Interface FlowCapableTransactionService

All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
All Known Implementing Classes:
FlowCapableTransactionServiceImpl

@Generated("mdsal-binding-generator") public interface FlowCapableTransactionService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>>
    Invoke send-barrier RPC.
  • Method Details

    • sendBarrier

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>> sendBarrier(SendBarrierInput input)
      Invoke send-barrier RPC.
           
               barrier request
           
       
      Parameters:
      input - of send-barrier
      Returns:
      output of send-barrier