Package | Description |
---|---|
io.vertx.core.eventbus.impl | |
io.vertx.core.eventbus.impl.clustered |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,ConcurrentCyclicSequence<HandlerHolder>> |
EventBusImpl.handlerMap |
Modifier and Type | Method and Description |
---|---|
protected <T> HandlerHolder<T> |
EventBusImpl.addRegistration(String address,
HandlerRegistration<T> registration,
boolean replyHandler,
boolean localOnly) |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
EventBusImpl.removeRegistration(HandlerHolder<T> holder,
Handler<AsyncResult<Void>> completionHandler) |
protected <T> void |
EventBusImpl.removeRegistration(HandlerHolder<T> handlerHolder,
String address,
Handler<AsyncResult<Void>> completionHandler) |
Modifier and Type | Method and Description |
---|---|
protected <T> void |
ClusteredEventBus.removeRegistration(HandlerHolder<T> lastHolder,
String address,
Handler<AsyncResult<Void>> completionHandler) |
Copyright © 2020. All rights reserved.