Uses of Interface
org.apache.qpid.protonj2.client.StreamSenderMessage
Packages that use StreamSenderMessage
-
Uses of StreamSenderMessage in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamSenderMessageModifier and TypeMethodDescriptionStreamSenderMessage.abort()
Marks the currently streaming message as being aborted.StreamSender.beginMessage()
Creates and returns a newStreamSenderMessage
that can be used by the caller to perform streaming sends of large message payload data.StreamSender.beginMessage
(Map<String, Object> deliveryAnnotations) Creates and returns a newStreamSenderMessage
that can be used by the caller to perform streaming sends of large message payload data.StreamSenderMessage.complete()
Marks the currently streaming message as being complete.StreamSenderMessage.messageFormat
(int messageFormat) Sets the configured message format value that will be set on the first outgoing AMQPTransfer
frame for the delivery that comprises this streamed message.