Interface TestService
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
Test
@Generated("mdsal-binding-generator")
public interface TestService
extends org.opendaylight.yangtools.yang.binding.RpcService
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>>
testFlow
(TestFlowInput input) Invoketest-flow
RPC.
-
Method Details
-
testFlow
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow(TestFlowInput input) Invoketest-flow
RPC.- Parameters:
input
- oftest-flow
- Returns:
- output of
test-flow
-