Interface OpendaylightTestRoutedRpcService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService

    public interface OpendaylightTestRoutedRpcService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-test-routed-rpc
     rpc routed-simple-route {
       input input {
         leaf route {
           type instance-identifier;
           ext:context-reference test-context;
         }
       }
     }
     
    • Method Detail

      • routedSimpleRoute

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RoutedSimpleRouteOutput>> routedSimpleRoute​(RoutedSimpleRouteInput input)
        Invoke routed-simple-route RPC.
        Parameters:
        input - of routed-simple-route
        Returns:
        output of routed-simple-route