Uses of Class
io.vertx.serviceproxy.ServiceProxyBuilder
-
Packages that use ServiceProxyBuilder Package Description io.vertx.serviceproxy -
-
Uses of ServiceProxyBuilder in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy that return ServiceProxyBuilder Modifier and Type Method Description ServiceProxyBuilder
ServiceProxyBuilder. setAddress(String address)
Set the address to use on the subsequent proxy creations or service registrations.ServiceProxyBuilder
ServiceProxyBuilder. setOptions(DeliveryOptions options)
Set delivery options to be used during a proxy call.ServiceProxyBuilder
ServiceProxyBuilder. setToken(String token)
Set a JWT token to be used on proxy calls.
-