Uses of Class
io.vertx.rxjava.amqp.AmqpMessage
-
Packages that use AmqpMessage Package Description io.vertx.rxjava.amqp -
-
Uses of AmqpMessage in io.vertx.rxjava.amqp
Fields in io.vertx.rxjava.amqp with type parameters of type AmqpMessage Modifier and Type Field Description static TypeArg<AmqpMessage>AmqpMessage. __TYPE_ARGMethods in io.vertx.rxjava.amqp that return AmqpMessage Modifier and Type Method Description AmqpMessageAmqpMessage. accepted()When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.AmqpMessageAmqpMessageBuilder. build()AmqpMessageAmqpMessage. modified(boolean deliveryFailed, boolean undeliverableHere)When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message asmodified.static AmqpMessageAmqpMessage. newInstance(AmqpMessage arg)AmqpMessageAmqpMessage. rejected()When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message asrejected.AmqpMessageAmqpMessage. released()When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message asreleased.Methods in io.vertx.rxjava.amqp that return types with arguments of type AmqpMessage Modifier and Type Method Description WriteStream<AmqpMessage>AmqpSender. drainHandler(Handler<Void> handler)Set a drain handler on the stream.Pipe<AmqpMessage>AmqpReceiver. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .rx.Observable<AmqpMessage>AmqpReceiver. toObservable()WriteStreamSubscriber<AmqpMessage>AmqpSender. toSubscriber()Methods in io.vertx.rxjava.amqp with parameters of type AmqpMessage Modifier and Type Method Description static AmqpMessageBuilderAmqpMessage. create(AmqpMessage existing)Creates a builder to create a newAmqpMessagecopying the metadata from the passed message.voidAmqpSender. end(AmqpMessage data)Same as but with anhandlercalled when the operation completesvoidAmqpSender. end(AmqpMessage data, Handler<AsyncResult<Void>> handler)Same as but with anhandlercalled when the operation completesrx.Single<Void>AmqpSender. rxEnd(AmqpMessage data)Same as but with anhandlercalled when the operation completesrx.Single<Void>AmqpSender. rxSendWithAck(AmqpMessage message)Sends an AMQP message and waits for an acknowledgement.rx.Single<Void>AmqpSender. rxWrite(AmqpMessage data)Same as but with anhandlercalled when the operation completesAmqpSenderAmqpSender. send(AmqpMessage message)Sends an AMQP message.AmqpSenderAmqpSender. sendWithAck(AmqpMessage message)Sends an AMQP message and waits for an acknowledgement.AmqpSenderAmqpSender. sendWithAck(AmqpMessage message, Handler<AsyncResult<Void>> acknowledgementHandler)Sends an AMQP message and waits for an acknowledgement.voidAmqpSender. write(AmqpMessage data)Same as but with anhandlercalled when the operation completesvoidAmqpSender. write(AmqpMessage data, Handler<AsyncResult<Void>> handler)Same as but with anhandlercalled when the operation completesMethod parameters in io.vertx.rxjava.amqp with type arguments of type AmqpMessage Modifier and Type Method Description AmqpReceiverAmqpReceiver. handler(Handler<AmqpMessage> handler)voidAmqpReceiver. pipeTo(WriteStream<AmqpMessage> dst)Pipe thisReadStreamto theWriteStream.voidAmqpReceiver. pipeTo(WriteStream<AmqpMessage> dst, Handler<AsyncResult<Void>> handler)Pipe thisReadStreamto theWriteStream.rx.Single<Void>AmqpReceiver. rxPipeTo(WriteStream<AmqpMessage> dst)Pipe thisReadStreamto theWriteStream.
-