Uses of Class
io.vertx.mutiny.core.eventbus.MessageConsumer
Packages that use MessageConsumer
-
Uses of MessageConsumer in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type MessageConsumerModifier and TypeFieldDescriptionstatic final TypeArg<MessageConsumer>
MessageConsumer.__TYPE_ARG
Methods in io.vertx.mutiny.core.eventbus that return MessageConsumerModifier and TypeMethodDescription<T> MessageConsumer<T>
<T> MessageConsumer<T>
MessageConsumer.endHandler
(Runnable endHandler) MessageConsumer.exceptionHandler
(Consumer<Throwable> handler) MessageConsumer.fetch
(long amount) <T> MessageConsumer<T>
EventBus.localConsumer
(String address) <T> MessageConsumer<T>
EventBus.localConsumer
(String address, Consumer<Message<T>> handler) static <T> MessageConsumer<T>
MessageConsumer.newInstance
(io.vertx.core.eventbus.MessageConsumer arg) static <T> MessageConsumer<T>
MessageConsumer.newInstance
(io.vertx.core.eventbus.MessageConsumer arg, TypeArg<T> __typeArg_T) MessageConsumer.pause()
MessageConsumer.resume()
MessageConsumer.setMaxBufferedMessages
(int maxBufferedMessages) -
Uses of MessageConsumer in io.vertx.mutiny.servicediscovery.types
Methods in io.vertx.mutiny.servicediscovery.types that return MessageConsumerModifier and TypeMethodDescriptionstatic <T> MessageConsumer<T>
MessageSource.getConsumerAndAwait
(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter) static <T> MessageConsumer<T>
MessageSource.getConsumerAndAwait
(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record, Boolean> filter) Methods in io.vertx.mutiny.servicediscovery.types that return types with arguments of type MessageConsumerModifier and TypeMethodDescriptionstatic <T> io.smallrye.mutiny.Uni<MessageConsumer<T>>
MessageSource.getConsumer
(ServiceDiscovery discovery, io.vertx.core.json.JsonObject filter) Convenient method that looks for a message source and provides the configured .static <T> io.smallrye.mutiny.Uni<MessageConsumer<T>>
MessageSource.getConsumer
(ServiceDiscovery discovery, Function<io.vertx.servicediscovery.Record, Boolean> filter) Convenient method that looks for a message source and provides the configured .