Class SalEchoServiceImpl

  • All Implemented Interfaces:
    SalEchoService, org.opendaylight.yangtools.yang.binding.RpcService

    public final class SalEchoServiceImpl
    extends Object
    implements SalEchoService
    • Method Detail

      • sendEcho

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>> sendEcho​(SendEchoInput sendEchoInput)
        Description copied from interface: SalEchoService
        Invoke send-echo RPC.
             
                 Sending echo message to openflow device.
             
         
        Specified by:
        sendEcho in interface SalEchoService
        Parameters:
        sendEchoInput - of send-echo
        Returns:
        output of send-echo