Interface SalEchoService
-
- 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
Interface for implementing the following YANG RPCs defined in module sal-echorpc send-echo { input input { uses inv:node-context-ref; leaf data { type binary; } } output output { leaf data { type binary; } } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>>
sendEcho(SendEchoInput input)
Invokesend-echo
RPC.
-
-
-
Method Detail
-
sendEcho
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SendEchoOutput>> sendEcho(SendEchoInput input)
Invokesend-echo
RPC.Sending echo message to openflow device.
- Parameters:
input
- ofsend-echo
- Returns:
- output of
send-echo
-
-