public interface OpendaylightTestRoutedRpcService extends RpcService
rpc routed-simple-route { input { leaf route { type instance-identifier; ext:context-reference test-context; } } output; }
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedSimpleRouteOutput>> |
routedSimpleRoute(RoutedSimpleRouteInput input) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedSimpleRouteOutput>> routedSimpleRoute(RoutedSimpleRouteInput input)
Copyright © 2019 OpenDaylight. All rights reserved.