Uses of Interface
io.vertx.core.spi.endpoint.EndpointBuilder
-
Packages that use EndpointBuilder Package Description io.vertx.core.spi.endpoint -
-
Uses of EndpointBuilder in io.vertx.core.spi.endpoint
Methods in io.vertx.core.spi.endpoint that return EndpointBuilder Modifier and Type Method Description default EndpointBuilder<E,S>
EndpointBuilder. addServer(S server)
LikeaddServer(Object, String)
with a default key.EndpointBuilder<E,S>
EndpointBuilder. addServer(S server, String key)
Add aserver
with its associatedkey
Methods in io.vertx.core.spi.endpoint with parameters of type EndpointBuilder Modifier and Type Method Description Future<D>
EndpointResolver. resolve(A address, EndpointBuilder<E,S> builder)
Resolve an address to the resolver state for this name.
-