Interface OpendaylightTestRoutedRpcService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
@Generated("mdsal-binding-generator") public interface OpendaylightTestRoutedRpcService 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<RoutedSimpleRouteOutput>>routedSimpleRoute(RoutedSimpleRouteInput input)Invokerouted-simple-routeRPC.
-
-
-
Method Detail
-
routedSimpleRoute
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedSimpleRouteOutput>> routedSimpleRoute(RoutedSimpleRouteInput input)
Invokerouted-simple-routeRPC.- Parameters:
input- ofrouted-simple-route- Returns:
- output of
routed-simple-route
-
-