Interface FlowTopologyDiscoveryService

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

    @Generated("mdsal-binding-generator")
    public interface FlowTopologyDiscoveryService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module flow-topology-discovery
     rpc solicit-refresh {
       status deprecated;
     }
     
    • Method Detail

      • solicitRefresh

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SolicitRefreshOutput>> solicitRefresh​(SolicitRefreshInput input)
        Invoke solicit-refresh RPC.
        Parameters:
        input - of solicit-refresh
        Returns:
        output of solicit-refresh