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
    Interface for implementing the following YANG RPCs defined in module flow-capable-transaction
     rpc send-barrier {
       input input {
         leaf node {
           ext:context-reference inv:node-context;
           type inv:node-ref;
         }
       }
     }
     
    • Method Detail

      • 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