Package | Description |
---|---|
io.vertx.serviceproxy |
Modifier and Type | Method and Description |
---|---|
ServiceBinder |
ServiceBinder.addInterceptor(java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor) |
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 with
ServiceException.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.
|
Copyright © 2022 Eclipse. All rights reserved.