Interface OpendaylightMdsalListTestService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
@Generated("mdsal-binding-generator") public interface OpendaylightMdsalListTestService 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<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
-
-