public interface TestService
extends org.opendaylight.yangtools.yang.binding.RpcService
rpc test-flow {
input {
leaf dummy {
type string;
}
}
output;
}
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> |
testFlow(TestFlowInput input) |
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow(TestFlowInput input)
Copyright © 2019 OpenDaylight. All rights reserved.