Modifier and Type | Method and Description |
---|---|
ServiceBinder |
ServiceBinder.addInterceptor(Function<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>,io.vertx.core.Future<io.vertx.core.eventbus.Message<io.vertx.core.json.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.