Uses of Class
io.vertx.serviceproxy.ServiceBinder
Packages that use ServiceBinder
-
Uses of ServiceBinder in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy that return ServiceBinderModifier and TypeMethodDescriptionServiceBinder.addInterceptor(ServiceInterceptor interceptor) ServiceBinder.addInterceptor(String action, ServiceInterceptor interceptor) ServiceBinder.setAddress(String address) Set the address to use on the subsequent proxy creations or service registrations.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.setTimeoutSeconds(long timeoutSeconds) Set the default timeout in seconds while waiting for a reply.ServiceBinder.setTopLevel(boolean topLevel) Set if the services to create are a top level services.