Interface OpendaylightTestRoutedRpcService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
public interface OpendaylightTestRoutedRpcService extends org.opendaylight.yangtools.yang.binding.RpcServiceInterface for implementing the following YANG RPCs defined in module opendaylight-test-routed-rpcrpc routed-simple-route { input input { leaf route { type instance-identifier; ext:context-reference test-context; } } }
-
-
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)
-
-
-
Method Detail
-
routedSimpleRoute
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedSimpleRouteOutput>> routedSimpleRoute(RoutedSimpleRouteInput input)
-
-