Class Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- java.lang.Object
-
- io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
-
final class Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus extends Object
-
-
Constructor Summary
Constructors Constructor Description Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(io.vertx.core.Promise<Void> promise)(package private) ConcurrentMapconnections()protected <T> io.vertx.core.eventbus.impl.HandlerHolder<T>createHandlerHolder(io.vertx.core.eventbus.impl.HandlerRegistration<T> registration, boolean replyHandler, boolean localOnly, io.vertx.core.impl.ContextInternal context)io.vertx.core.eventbus.impl.MessageImplcreateMessage(boolean send, String address, io.vertx.core.MultiMap headers, Object body, String codecName)protected StringgenerateReplyAddress()protected booleanisMessageLocal(io.vertx.core.eventbus.impl.MessageImpl msg)protected <T> voidonLocalRegistration(io.vertx.core.eventbus.impl.HandlerHolder<T> handlerHolder, io.vertx.core.Promise<Void> promise)protected <T> voidonLocalUnregistration(io.vertx.core.eventbus.impl.HandlerHolder<T> handlerHolder, io.vertx.core.Promise<Void> completionHandler)(package private) io.vertx.core.eventbus.EventBusOptionsoptions()protected <T> voidsendOrPub(io.vertx.core.eventbus.impl.OutboundDeliveryContext<T> sendContext)voidstart(io.vertx.core.Promise<Void> promise)(package private) io.vertx.core.impl.VertxInternalvertx()
-
-
-
Method Detail
-
start
public void start(io.vertx.core.Promise<Void> promise)
-
close
public void close(io.vertx.core.Promise<Void> promise)
-
createMessage
public io.vertx.core.eventbus.impl.MessageImpl createMessage(boolean send, String address, io.vertx.core.MultiMap headers, Object body, String codecName)
-
onLocalRegistration
protected <T> void onLocalRegistration(io.vertx.core.eventbus.impl.HandlerHolder<T> handlerHolder, io.vertx.core.Promise<Void> promise)
-
createHandlerHolder
protected <T> io.vertx.core.eventbus.impl.HandlerHolder<T> createHandlerHolder(io.vertx.core.eventbus.impl.HandlerRegistration<T> registration, boolean replyHandler, boolean localOnly, io.vertx.core.impl.ContextInternal context)
-
onLocalUnregistration
protected <T> void onLocalUnregistration(io.vertx.core.eventbus.impl.HandlerHolder<T> handlerHolder, io.vertx.core.Promise<Void> completionHandler)
-
sendOrPub
protected <T> void sendOrPub(io.vertx.core.eventbus.impl.OutboundDeliveryContext<T> sendContext)
-
generateReplyAddress
protected String generateReplyAddress()
-
isMessageLocal
protected boolean isMessageLocal(io.vertx.core.eventbus.impl.MessageImpl msg)
-
connections
ConcurrentMap connections()
-
vertx
io.vertx.core.impl.VertxInternal vertx()
-
options
io.vertx.core.eventbus.EventBusOptions options()
-
-