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)Invokeget-topRPC.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PutTopOutput>>putTop(PutTopInput input)Invokeput-topRPC.
-
-
-
Method Detail
-
putTop
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PutTopOutput>> putTop(PutTopInput input)
Invokeput-topRPC.- Parameters:
input- ofput-top- Returns:
- output of
put-top
-
getTop
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetTopOutput>> getTop(GetTopInput input)
Invokeget-topRPC.- Parameters:
input- ofget-top- Returns:
- output of
get-top
-
-