Interface SalBundleService

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

    @Generated("mdsal-binding-generator")
    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)
        Invoke control-bundle RPC.
             
                 Control bundles on openflow device.
             
         
        Parameters:
        input - of control-bundle
        Returns:
        output of control-bundle
      • addBundleMessages

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<AddBundleMessagesOutput>> addBundleMessages​(AddBundleMessagesInput input)
        Invoke add-bundle-messages RPC.
             
                 Add messages into bundle on openflow device.
             
         
        Parameters:
        input - of add-bundle-messages
        Returns:
        output of add-bundle-messages