Uses of Class
io.vertx.mutiny.amqp.AmqpMessage
Packages that use AmqpMessage
-
Uses of AmqpMessage in io.vertx.mutiny.amqp
Fields in io.vertx.mutiny.amqp with type parameters of type AmqpMessageMethods in io.vertx.mutiny.amqp that return AmqpMessageModifier and TypeMethodDescriptionAmqpMessage.accepted()AmqpMessageBuilder.build()AmqpMessage.modified(boolean deliveryFailed, boolean undeliverableHere) static AmqpMessageAmqpMessage.newInstance(io.vertx.amqp.AmqpMessage arg) AmqpMessage.rejected()AmqpMessage.released()Methods in io.vertx.mutiny.amqp that return types with arguments of type AmqpMessageModifier and TypeMethodDescriptionAmqpSender.drainHandler(Runnable arg0) AmqpReceiver.pipe()AmqpReceiver.toBlockingIterable()AmqpReceiver.toBlockingStream()io.smallrye.mutiny.Multi<AmqpMessage>AmqpReceiver.toMulti()AmqpSender.toSubscriber()Methods in io.vertx.mutiny.amqp with parameters of type AmqpMessageModifier and TypeMethodDescriptionstatic AmqpMessageBuilderAmqpMessage.create(AmqpMessage existing) io.smallrye.mutiny.Uni<Void>AmqpSender.end(AmqpMessage data) AmqpSender.endAndAwait(AmqpMessage data) voidAmqpSender.endAndForget(AmqpMessage data) AmqpSender.send(AmqpMessage message) io.smallrye.mutiny.Uni<Void>AmqpSender.sendWithAck(AmqpMessage message) Sends an AMQP message and waits for an acknowledgement.AmqpSender.sendWithAckAndAwait(AmqpMessage message) Blocking variant ofAmqpSender.sendWithAck(io.vertx.mutiny.amqp.AmqpMessage).AmqpSender.sendWithAckAndForget(AmqpMessage message) Variant ofAmqpSender.sendWithAck(io.vertx.mutiny.amqp.AmqpMessage)that ignores the result of the operation.io.smallrye.mutiny.Uni<Void>AmqpSender.write(AmqpMessage arg0) AmqpSender.writeAndAwait(AmqpMessage arg0) voidAmqpSender.writeAndForget(AmqpMessage arg0) Method parameters in io.vertx.mutiny.amqp with type arguments of type AmqpMessageModifier and TypeMethodDescriptionAmqpReceiver.handler(Consumer<AmqpMessage> handler) io.smallrye.mutiny.Uni<Void>AmqpReceiver.pipeTo(WriteStream<AmqpMessage> dst) AmqpReceiver.pipeToAndAwait(WriteStream<AmqpMessage> dst) voidAmqpReceiver.pipeToAndForget(WriteStream<AmqpMessage> dst)