Uses of Interface
io.vertx.core.net.endpoint.ServerSelector
-
Packages that use ServerSelector Package Description io.vertx.core.net.endpoint -
-
Uses of ServerSelector in io.vertx.core.net.endpoint
Methods in io.vertx.core.net.endpoint that return ServerSelector Modifier and Type Method Description ServerSelector
LoadBalancer. selector(List<? extends ServerEndpoint> listOfServers)
Create a stateful endpoint selector.
-