Class SalEchoServiceImpl

java.lang.Object
org.opendaylight.openflowplugin.impl.services.sal.SalEchoServiceImpl
All Implemented Interfaces:
SalEchoService, org.opendaylight.yangtools.yang.binding.RpcService

public final class SalEchoServiceImpl extends Object implements SalEchoService
  • Constructor Details

  • Method Details

    • 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