Uses of Class
org.apache.qpid.protonj2.types.messaging.MessageAnnotations
Packages that use MessageAnnotations
Package
Description
-
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