Interface FlowCapableTransactionService

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

    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)
        barrier request