public interface OpendaylightTestRpcServiceService extends RpcService
rpc rock-the-house { input { leaf zip-code { type string; } } output; }
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RockTheHouseOutput>> |
rockTheHouse(RockTheHouseInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RockTheHouseOutput>> rockTheHouse(RockTheHouseInput input)
Copyright © 2019 OpenDaylight. All rights reserved.