Uses of Class
io.vertx.serviceproxy.ServiceBinder
-
Packages that use ServiceBinder Package Description io.vertx.serviceproxy -
-
Uses of ServiceBinder in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy that return ServiceBinder Modifier and Type Method Description ServiceBinder
ServiceBinder. addInterceptor(ServiceInterceptor interceptor)
ServiceBinder
ServiceBinder. addInterceptor(String action, ServiceInterceptor interceptor)
ServiceBinder
ServiceBinder. addInterceptor(String action, java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor)
Deprecated.ServiceBinder
ServiceBinder. addInterceptor(java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor)
Deprecated.ServiceBinder
ServiceBinder. setAddress(String address)
Set the address to use on the subsequent proxy creations or service registrations.ServiceBinder
ServiceBinder. setIncludeDebugInfo(boolean includeDebugInfo)
When an exception is thrown by the service or the underlying handler, include debugging info in the ServiceException, that you can access withServiceException.getDebugInfo()
ServiceBinder
ServiceBinder. setTimeoutSeconds(long timeoutSeconds)
Set the default timeout in seconds while waiting for a reply.ServiceBinder
ServiceBinder. setTopLevel(boolean topLevel)
Set if the services to create are a top level services.
-