Interface OpendaylightTestRpcServiceService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
@Generated("mdsal-binding-generator") public interface OpendaylightTestRpcServiceService extends org.opendaylight.yangtools.yang.binding.RpcService
-
-
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)Invokerock-the-houseRPC.
-
-
-
Method Detail
-
rockTheHouse
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RockTheHouseOutput>> rockTheHouse(RockTheHouseInput input)
Invokerock-the-houseRPC.- Parameters:
input- ofrock-the-house- Returns:
- output of
rock-the-house
-
-