Interface FlowTopologyDiscoveryService

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

    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)