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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid(package private) ConcurrentMapprotected <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, boolean isLocal, String address, io.vertx.core.MultiMap headers, Object body, String codecName) protected Stringprotected 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) void(package private) io.vertx.core.impl.VertxInternalvertx()
-
Constructor Details
-
Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus()
-
-
Method Details
-
start
-
close
-
createMessage
-
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
-
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()
-