Uses of Class
io.vertx.rxjava3.core.eventbus.MessageConsumer
Packages that use MessageConsumer
Package
Description
-
Uses of MessageConsumer in io.vertx.rxjava3.core.eventbus
Fields in io.vertx.rxjava3.core.eventbus with type parameters of type MessageConsumerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MessageConsumer> MessageConsumer.__TYPE_ARGMethods in io.vertx.rxjava3.core.eventbus that return MessageConsumerModifier and TypeMethodDescription<T> MessageConsumer<T> EventBus.consumer(MessageConsumerOptions options) Create a message consumer against the specified options address.<T> MessageConsumer<T> EventBus.consumer(MessageConsumerOptions options, Handler<Message<T>> handler) Create a consumer and register it against the specified options address.<T> MessageConsumer<T> Create a message consumer against the specified address.<T> MessageConsumer<T> Create a consumer and register it against the specified address.MessageConsumer.endHandler(Handler<Void> endHandler) MessageConsumer.exceptionHandler(Handler<Throwable> handler) MessageConsumer.fetch(long amount) <T> MessageConsumer<T> EventBus.localConsumer(String address) LikeEventBus.consumer(MessageConsumerOptions)but the address won't be propagated across the cluster.<T> MessageConsumer<T> EventBus.localConsumer(String address, Handler<Message<T>> handler) LikeEventBus.consumer(MessageConsumerOptions)but the address won't be propagated across the cluster.static <T> MessageConsumer<T> MessageConsumer.newInstance(MessageConsumer arg) static <T> MessageConsumer<T> MessageConsumer.newInstance(MessageConsumer arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) MessageConsumer.pause()MessageConsumer.resume() -
Uses of MessageConsumer in io.vertx.rxjava3.ext.unit.collect
Methods in io.vertx.rxjava3.ext.unit.collect that return MessageConsumerModifier and TypeMethodDescriptionRegister the collector as a consumer of the event bus with the specified address. -
Uses of MessageConsumer in io.vertx.rxjava3.servicediscovery.types
Methods in io.vertx.rxjava3.servicediscovery.types that return types with arguments of type MessageConsumerModifier and TypeMethodDescriptionstatic <T> Single<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a message source and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.rxGetConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.rxGetConsumer(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a message source and provides the configured .