| 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.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 © 2020 Eclipse. All rights reserved.