Interface SalExperimenterMessageService

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

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

      • sendExperimenter

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