Class Endpoint
java.lang.Object
io.vertx.reactivex.core.net.endpoint.Endpoint
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static EndpointnewInstance(Endpoint arg) Provide the set of protocols the endpoint can accept.Select a server.selectServer(String key) Select a node, using a routingkeyservers()The servers capable of serving requests for this endpoint.toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
Endpoint
-
Endpoint
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
servers
The servers capable of serving requests for this endpoint.- Returns:
-
protocols
-
selectServer
-
selectServer
Select a node, using a routingkey- Parameters:
key- the routing key- Returns:
- the selected server
-
newInstance
-