Interface OpendaylightMdsalListTestService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
public interface OpendaylightMdsalListTestService extends org.opendaylight.yangtools.yang.binding.RpcServiceInterface for implementing the following YANG RPCs defined in module opendaylight-mdsal-list-testrpc put-top { input input { uses two-level-list; } } rpc get-top { output output { uses two-level-list; } }
-
-
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<GetTopOutput>>getTop(GetTopInput input)com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PutTopOutput>>putTop(PutTopInput input)
-
-
-
Method Detail
-
putTop
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PutTopOutput>> putTop(PutTopInput input)
-
getTop
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetTopOutput>> getTop(GetTopInput input)
-
-