Uses of Interface
org.apache.qpid.protonj2.client.StreamReceiverMessage
-
Uses of StreamReceiverMessage in org.apache.qpid.protonj2.client
Modifier and TypeMethodDescriptionStreamDelivery.message()
Decode theStreamDelivery
payload and return anMessage
object. -
Uses of StreamReceiverMessage in org.apache.qpid.protonj2.client.impl
Modifier and TypeClassDescriptionfinal class
Streamed message delivery context used to request reads of possible split framedTransfer
payload's that comprise a single large overall message.Modifier and TypeMethodDescriptionClientStreamReceiverMessage.absoluteExpiryTime
(long expiryTime) ClientStreamReceiverMessage.addBodySection
(Section<?> bodySection) ClientStreamReceiverMessage.annotation
(String key, Object value) ClientStreamReceiverMessage.annotations
(MessageAnnotations messageAnnotations) ClientStreamReceiverMessage.applicationProperties
(ApplicationProperties applicationProperties) ClientStreamReceiverMessage.body
(InputStream value) ClientStreamReceiverMessage.bodySections
(Collection<Section<?>> sections) ClientStreamReceiverMessage.clearBodySections()
ClientStreamReceiverMessage.contentType
(String contentType) ClientStreamReceiverMessage.correlationId
(Object correlationId) ClientStreamReceiverMessage.creationTime
(long createTime) ClientStreamReceiverMessage.deliveryCount
(long deliveryCount) ClientStreamReceiverMessage.durable
(boolean durable) ClientStreamReceiverMessage.firstAcquirer
(boolean firstAcquirer) ClientStreamReceiverMessage.forEachAnnotation
(BiConsumer<String, Object> action) ClientStreamReceiverMessage.forEachBodySection
(Consumer<Section<?>> consumer) ClientStreamReceiverMessage.forEachFooter
(BiConsumer<String, Object> action) ClientStreamReceiverMessage.forEachProperty
(BiConsumer<String, Object> action) ClientStreamReceiverMessage.groupSequence
(int groupSequence) ClientStreamReceiverMessage.messageFormat
(int messageFormat) ClientStreamReceiverMessage.priority
(byte priority) ClientStreamReceiverMessage.properties
(Properties properties) ClientStreamReceiverMessage.replyToGroupId
(String replyToGroupId) ClientStreamReceiverMessage.timeToLive
(long timeToLive) ClientStreamReceiverMessage.userId
(byte[] userId)