| Package | Description |
|---|---|
| io.vertx.core.eventbus.impl |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration<T> |
HandlerHolder.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> HandlerHolder<T> |
EventBusImpl.addRegistration(String address,
HandlerRegistration<T> registration,
boolean replyHandler,
boolean localOnly) |
| Constructor and Description |
|---|
HandlerEntry(String address,
HandlerRegistration<T> handler) |
HandlerHolder(HandlerRegistration<T> handler,
boolean replyHandler,
boolean localOnly,
Context context) |
Copyright © 2020. All rights reserved.