Modifier and Type | Field and Description |
---|---|
protected boolean |
closed |
protected io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> |
consumer |
Constructor and Description |
---|
ProxyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> |
register(io.vertx.core.eventbus.EventBus eventBus,
String address)
Register the proxy handle on the event bus.
|
io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> |
register(io.vertx.core.eventbus.EventBus eventBus,
String address,
List<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>>>> interceptors)
Register the proxy handle on the event bus.
|
io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> |
registerLocal(io.vertx.core.eventbus.EventBus eventBus,
String address)
Register the local proxy handle on the event bus.
|
io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> |
registerLocal(io.vertx.core.eventbus.EventBus eventBus,
String address,
List<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>>>> interceptors)
Register the local proxy handle on the event bus.
|
protected boolean closed
protected io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> consumer
public void close()
public io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> register(io.vertx.core.eventbus.EventBus eventBus, String address)
eventBus
- the event busaddress
- the proxy addresspublic io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocal(io.vertx.core.eventbus.EventBus eventBus, String address)
eventBus
- the event busaddress
- the proxy addresspublic io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> register(io.vertx.core.eventbus.EventBus eventBus, String address, List<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>>>> interceptors)
eventBus
- the event busaddress
- the proxy addressinterceptors
- the interceptorspublic io.vertx.core.eventbus.MessageConsumer<io.vertx.core.json.JsonObject> registerLocal(io.vertx.core.eventbus.EventBus eventBus, String address, List<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>>>> interceptors)
eventBus
- the event busaddress
- the proxy addressinterceptors
- the interceptorsCopyright © 2020 Eclipse. All rights reserved.