Interface SalBundleService

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

    public interface SalBundleService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module sal-bundle
     rpc control-bundle {
       input input {
         uses inv:node-context-ref;
         uses onf-ext:bundle-control-grouping;
       }
     }
     rpc add-bundle-messages {
       input input {
         uses inv:node-context-ref;
         uses onf-ext:bundle-common-grouping;
         container messages {
           list message {
             uses bundle-inner-message-grouping;
           }
         }
       }
     }
     
    • Method Detail

      • controlBundle

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ControlBundleOutput>> controlBundle​(ControlBundleInput input)
        Control bundles on openflow device.
      • addBundleMessages

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>> addBundleMessages​(AddBundleMessagesInput input)
        Add messages into bundle on openflow device.