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_ARGMethods in io.vertx.mutiny.core.eventbus that return MessageConsumerModifier and TypeMethodDescriptionMessageConsumer.completionAndForget()Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.<T> MessageConsumer<T>EventBus.consumer(io.vertx.core.eventbus.MessageConsumerOptions options) Create a message consumer against the specified options address.<T> MessageConsumer<T>EventBus.consumer(io.vertx.core.eventbus.MessageConsumerOptions options, Consumer<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(Runnable endHandler) MessageConsumer.exceptionHandler(Consumer<Throwable> handler) MessageConsumer.fetch(long amount) <T> MessageConsumer<T>EventBus.localConsumer(String address) LikeEventBus.consumer(String)but the address won't be propagated across the cluster.<T> MessageConsumer<T>EventBus.localConsumer(String address, Consumer<Message<T>> handler) Like#consumer(String, Handler)but the address won't be propagated across the cluster.static <T> MessageConsumer<T>MessageConsumer.newInstance(io.vertx.core.eventbus.MessageConsumer<T> delegate) Creates a new instance of theMessageConsumer.static <T> MessageConsumer<T>MessageConsumer.newInstance(io.vertx.core.eventbus.MessageConsumer<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theMessageConsumer.MessageConsumer.pause()MessageConsumer.pipeToAndForget(WriteStream<Message<T>> arg0) Pipe thisReadStreamto theWriteStream.MessageConsumer.resume()MessageConsumer.unregisterAndForget()Unregisters the handler which created this registration