Uses of Class
org.apache.qpid.protonj2.types.messaging.MessageAnnotations
Packages that use MessageAnnotations
Package
Description
-
Uses of MessageAnnotations in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return MessageAnnotationsModifier and TypeMethodDescriptionAdvancedMessage.annotations()Return the currentMessageAnnotationsassigned to this message, if none was assigned yet then this method returnsnull.Methods in org.apache.qpid.protonj2.client with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionAdvancedMessage.annotations(MessageAnnotations messageAnnotations) Assign or replace theMessageAnnotationsinstance associated with this message. -
Uses of MessageAnnotations in org.apache.qpid.protonj2.client.impl
Methods in org.apache.qpid.protonj2.client.impl that return MessageAnnotationsModifier and TypeMethodDescriptionClientMessage.annotations()ClientStreamReceiverMessage.annotations()Methods in org.apache.qpid.protonj2.client.impl with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionClientMessage.annotations(MessageAnnotations messageAnnotations) ClientStreamReceiverMessage.annotations(MessageAnnotations messageAnnotations) -
Uses of MessageAnnotations in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionvoidSectionEncoder.write(ProtonBuffer buffer, MessageAnnotations annotations) Writes the given section using the cached encoder for that section types -
Uses of MessageAnnotations in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return MessageAnnotationsModifier and TypeMethodDescriptionMessageAnnotationsTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) MessageAnnotationsTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) MessageAnnotationsTypeDecoder.readValue(InputStream stream, StreamDecoderState state) MessageAnnotationsTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type MessageAnnotations -
Uses of MessageAnnotations in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type MessageAnnotationsMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type MessageAnnotationsModifier and TypeMethodDescriptionintMessageAnnotationsTypeEncoder.getMapSize(MessageAnnotations value) booleanMessageAnnotationsTypeEncoder.hasMap(MessageAnnotations value) voidMessageAnnotationsTypeEncoder.writeMapEntries(ProtonBuffer buffer, Encoder encoder, EncoderState state, MessageAnnotations annotations) -
Uses of MessageAnnotations in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return MessageAnnotations