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
Interface for implementing the following YANG RPCs defined in module testrpc test-flow { input input { leaf dummy { type string; } } }
-
-
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<TestFlowOutput>>
testFlow(TestFlowInput input)
Invoketest-flow
RPC.
-
-
-
Method Detail
-
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
-
-