Interface SalExperimenterMpMessageService

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

    @Generated("mdsal-binding-generator")
    public interface SalExperimenterMpMessageService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module sal-experimenter-mp-message
     rpc send-experimenter-mp-request {
       input input {
         uses inv:node-context-ref;
         uses exp-type:experimenter-core-message;
       }
       output output {
         list experimenter-core-message-item {
           uses exp-type:experimenter-core-message;
         }
       }
     }
     
    • Method Detail

      • sendExperimenterMpRequest

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendExperimenterMpRequestOutput>> sendExperimenterMpRequest​(SendExperimenterMpRequestInput input)
        Invoke send-experimenter-mp-request RPC.
             
                 Send experimenter multipart request to device, expecting reply.
             
         
        Parameters:
        input - of send-experimenter-mp-request
        Returns:
        output of send-experimenter-mp-request