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
    • 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