Class AmqpMessageBuilder<T>
java.lang.Object
io.smallrye.reactive.messaging.amqp.AmqpMessageBuilder<T>
- Type Parameters:
T-
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.withAddress(String address) Deprecated.withApplicationProperties(io.vertx.core.json.JsonObject props) Deprecated.Deprecated.withBooleanAsBody(boolean v) Deprecated.withBufferAsBody(io.vertx.mutiny.core.buffer.Buffer buffer) Deprecated.withByteAsBody(byte v) Deprecated.withCharAsBody(char c) Deprecated.Deprecated.Deprecated.withCorrelationId(String correlationId) Deprecated.withDoubleAsBody(double v) Deprecated.withDurable(boolean durable) Deprecated.withFloatAsBody(float v) Deprecated.withGroupId(String gi) Deprecated.Deprecated.Deprecated.withIntegerAsBody(int v) Deprecated.withJsonArrayAsBody(io.vertx.core.json.JsonArray json) Deprecated.withJsonObjectAsBody(io.vertx.core.json.JsonObject json) Deprecated.withLongAsBody(long v) Deprecated.withPriority(short priority) Deprecated.withReplyTo(String replyTo) Deprecated.Deprecated.withShortAsBody(short v) Deprecated.withSubject(String subject) Deprecated.withSymbolAsBody(String value) Deprecated.withTtl(long ttl) Deprecated.Deprecated.
-
Method Details
-
withPriority
Deprecated. -
withDurable
Deprecated. -
withTtl
Deprecated. -
withId
Deprecated. -
withAddress
Deprecated. -
withReplyTo
Deprecated. -
withCorrelationId
Deprecated. -
withBody
Deprecated. -
withSymbolAsBody
Deprecated. -
withSubject
Deprecated. -
withContentType
Deprecated. -
withContentEncoding
Deprecated. -
withGroupId
Deprecated. -
withReplyToGroupId
Deprecated. -
withApplicationProperties
Deprecated. -
withBooleanAsBody
Deprecated. -
withByteAsBody
Deprecated. -
withShortAsBody
Deprecated. -
withIntegerAsBody
Deprecated. -
withLongAsBody
Deprecated. -
withFloatAsBody
Deprecated. -
withDoubleAsBody
Deprecated. -
withCharAsBody
Deprecated. -
withBufferAsBody
Deprecated. -
withJsonObjectAsBody
Deprecated. -
withJsonArrayAsBody
Deprecated. -
withInstantAsBody
Deprecated. -
withUuidAsBody
Deprecated. -
build
Deprecated.
-
OutgoingAmqpMetadatainstead.