Interface OpendaylightTestRpcServiceService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
public interface OpendaylightTestRpcServiceService extends org.opendaylight.yangtools.yang.binding.RpcServiceInterface for implementing the following YANG RPCs defined in module opendaylight-test-rpc-servicerpc rock-the-house { input input { leaf zip-code { 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<RockTheHouseOutput>>rockTheHouse(RockTheHouseInput input)
-
-
-
Method Detail
-
rockTheHouse
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RockTheHouseOutput>> rockTheHouse(RockTheHouseInput input)
-
-