- address
AmqpMessageBuilderImpl address(string address)
Undocumented in source. Be warned that the author may not have intended to support it.
- build
AmqpMessage build()
Undocumented in source. Be warned that the author may not have intended to support it.
- contentEncoding
AmqpMessageBuilderImpl contentEncoding(string ct)
Undocumented in source. Be warned that the author may not have intended to support it.
- contentType
AmqpMessageBuilderImpl contentType(string ct)
Undocumented in source. Be warned that the author may not have intended to support it.
- correlationId
AmqpMessageBuilderImpl correlationId(string correlationId)
Undocumented in source. Be warned that the author may not have intended to support it.
- creationTime
AmqpMessageBuilderImpl creationTime(long ct)
Undocumented in source. Be warned that the author may not have intended to support it.
- deliveryCount
AmqpMessageBuilder deliveryCount(int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- durable
AmqpMessageBuilder durable(bool durable)
Undocumented in source. Be warned that the author may not have intended to support it.
- expiryTime
AmqpMessageBuilderImpl expiryTime(long expiry)
Undocumented in source. Be warned that the author may not have intended to support it.
- firstAcquirer
AmqpMessageBuilder firstAcquirer(bool first)
Undocumented in source. Be warned that the author may not have intended to support it.
- groupId
AmqpMessageBuilderImpl groupId(string gi)
Undocumented in source. Be warned that the author may not have intended to support it.
- id
AmqpMessageBuilderImpl id(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
- priority
AmqpMessageBuilderImpl priority(short priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- replyTo
AmqpMessageBuilderImpl replyTo(string replyTo)
Undocumented in source. Be warned that the author may not have intended to support it.
- replyToGroupId
AmqpMessageBuilderImpl replyToGroupId(string rt)
Undocumented in source. Be warned that the author may not have intended to support it.
- subject
AmqpMessageBuilderImpl subject(string subject)
Undocumented in source. Be warned that the author may not have intended to support it.
- ttl
AmqpMessageBuilderImpl ttl(long ttl)
Undocumented in source. Be warned that the author may not have intended to support it.
- withBody
AmqpMessageBuilderImpl withBody(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- withBooleanAsBody
AmqpMessageBuilderImpl withBooleanAsBody(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withByteAsBody
AmqpMessageBuilderImpl withByteAsBody(byte v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withCharAsBody
AmqpMessageBuilderImpl withCharAsBody(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- withDoubleAsBody
AmqpMessageBuilderImpl withDoubleAsBody(double v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withFloatAsBody
AmqpMessageBuilderImpl withFloatAsBody(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withIntegerAsBody
AmqpMessageBuilderImpl withIntegerAsBody(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withLongAsBody
AmqpMessageBuilderImpl withLongAsBody(long v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withShortAsBody
AmqpMessageBuilderImpl withShortAsBody(short v)
Undocumented in source. Be warned that the author may not have intended to support it.
- withSymbolAsBody
AmqpMessageBuilderImpl withSymbolAsBody(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- create
AmqpMessageBuilder create()
@return a new instance of {@link AmqpMessageBuilder}
- build
AmqpMessage build()
- priority
AmqpMessageBuilder priority(short priority)
Undocumented in source.
- durable
AmqpMessageBuilder durable(bool durable)
Undocumented in source.
- ttl
AmqpMessageBuilder ttl(long ttl)
Undocumented in source.
- firstAcquirer
AmqpMessageBuilder firstAcquirer(bool first)
Undocumented in source.
- deliveryCount
AmqpMessageBuilder deliveryCount(int count)
Undocumented in source.
- id
AmqpMessageBuilder id(string id)
Undocumented in source.
- address
AmqpMessageBuilder address(string address)
Undocumented in source.
- replyTo
AmqpMessageBuilder replyTo(string replyTo)
Undocumented in source.
- correlationId
AmqpMessageBuilder correlationId(string correlationId)
Undocumented in source.
- withBody
AmqpMessageBuilder withBody(string value)
Undocumented in source.
- withSymbolAsBody
AmqpMessageBuilder withSymbolAsBody(string value)
Undocumented in source.
- subject
AmqpMessageBuilder subject(string subject)
Undocumented in source.
- contentType
AmqpMessageBuilder contentType(string ct)
Undocumented in source.
- contentEncoding
AmqpMessageBuilder contentEncoding(string ct)
Undocumented in source.
- expiryTime
AmqpMessageBuilder expiryTime(long expiry)
Undocumented in source.
- creationTime
AmqpMessageBuilder creationTime(long ct)
Undocumented in source.
- groupId
AmqpMessageBuilder groupId(string gi)
Undocumented in source.
- replyToGroupId
AmqpMessageBuilder replyToGroupId(string rt)
Undocumented in source.
- withBooleanAsBody
AmqpMessageBuilder withBooleanAsBody(bool v)
Undocumented in source.
- withByteAsBody
AmqpMessageBuilder withByteAsBody(byte v)
Undocumented in source.
- withShortAsBody
AmqpMessageBuilder withShortAsBody(short v)
Undocumented in source.
- withIntegerAsBody
AmqpMessageBuilder withIntegerAsBody(int v)
Undocumented in source.
- withLongAsBody
AmqpMessageBuilder withLongAsBody(long v)
Undocumented in source.
- withFloatAsBody
AmqpMessageBuilder withFloatAsBody(float v)
Undocumented in source.
- withDoubleAsBody
AmqpMessageBuilder withDoubleAsBody(double v)
Undocumented in source.
- withCharAsBody
AmqpMessageBuilder withCharAsBody(char c)
Undocumented in source.