final class Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus extends Object
| Constructor and Description |
|---|
Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
addRegistration(boolean newAddress,
String address,
boolean replyHandler,
boolean localOnly,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) |
void |
close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) |
io.vertx.core.eventbus.impl.MessageImpl |
createMessage(boolean send,
String address,
io.vertx.core.MultiMap headers,
Object body,
String codecName,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> writeHandler) |
protected String |
generateReplyAddress() |
protected boolean |
isMessageLocal(io.vertx.core.eventbus.impl.MessageImpl msg) |
(package private) io.vertx.core.eventbus.EventBusOptions |
options() |
protected <T> void |
removeRegistration(io.vertx.core.eventbus.impl.HandlerHolder<T> lastHolder,
String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) |
(package private) static void |
setCertOptions(io.vertx.core.net.TCPSSLOptions options,
io.vertx.core.net.KeyCertOptions keyCertOptions) |
(package private) static void |
setTrustOptions(io.vertx.core.net.TCPSSLOptions sslOptions,
io.vertx.core.net.TrustOptions options) |
void |
start(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler) |
(package private) io.vertx.core.impl.VertxInternal |
vertx() |
Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus()
static void setCertOptions(io.vertx.core.net.TCPSSLOptions options,
io.vertx.core.net.KeyCertOptions keyCertOptions)
static void setTrustOptions(io.vertx.core.net.TCPSSLOptions sslOptions,
io.vertx.core.net.TrustOptions options)
public void start(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> resultHandler)
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
public io.vertx.core.eventbus.impl.MessageImpl createMessage(boolean send,
String address,
io.vertx.core.MultiMap headers,
Object body,
String codecName,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> writeHandler)
protected <T> void addRegistration(boolean newAddress,
String address,
boolean replyHandler,
boolean localOnly,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
protected <T> void removeRegistration(io.vertx.core.eventbus.impl.HandlerHolder<T> lastHolder,
String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
protected String generateReplyAddress()
protected boolean isMessageLocal(io.vertx.core.eventbus.impl.MessageImpl msg)
io.vertx.core.impl.VertxInternal vertx()
io.vertx.core.eventbus.EventBusOptions options()
Copyright © 2021 JBoss by Red Hat. All rights reserved.