| Package | Description |
|---|---|
| io.vertx.serviceproxy |
= Vert.x Service Proxy
:toc: left
When you compose a Vert.x application, you may want to isolate a functionality somewhere and make it available to
the rest of your application.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBinder |
ServiceBinder.addInterceptor(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 © 2018 Eclipse. All rights reserved.