Uses of Class
io.vertx.rxjava3.core.net.endpoint.ServerEndpoint
-
Packages that use ServerEndpoint Package Description io.vertx.rxjava3.core.net.endpoint -
-
Uses of ServerEndpoint in io.vertx.rxjava3.core.net.endpoint
Fields in io.vertx.rxjava3.core.net.endpoint with type parameters of type ServerEndpoint Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ServerEndpoint>
ServerEndpoint. __TYPE_ARG
Methods in io.vertx.rxjava3.core.net.endpoint that return ServerEndpoint Modifier and Type Method Description static ServerEndpoint
ServerEndpoint. newInstance(ServerEndpoint arg)
ServerEndpoint
Endpoint. selectServer()
Select a server.ServerEndpoint
Endpoint. selectServer(String key)
Select a node, using a routingkey
Methods in io.vertx.rxjava3.core.net.endpoint that return types with arguments of type ServerEndpoint Modifier and Type Method Description List<ServerEndpoint>
Endpoint. servers()
The servers capable of serving requests for this endpoint.
-