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

@Generated("mdsal-binding-generator") public interface SalEchoService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>>
    Invoke send-echo RPC.
  • Method Details

    • sendEcho

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>> sendEcho(SendEchoInput input)
      Invoke send-echo RPC.
           
               Sending echo message to openflow device.
           
       
      Parameters:
      input - of send-echo
      Returns:
      output of send-echo