Uses of Class
org.apache.qpid.protonj2.types.messaging.MessageAnnotations
-
-
Uses of MessageAnnotations in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return MessageAnnotations Modifier and Type Method Description MessageAnnotationsAdvancedMessage. 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 MessageAnnotations Modifier and Type Method Description AdvancedMessage<E>AdvancedMessage. 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 MessageAnnotations Modifier and Type Method Description MessageAnnotationsClientMessage. annotations()MessageAnnotationsClientStreamReceiverMessage. annotations()Methods in org.apache.qpid.protonj2.client.impl with parameters of type MessageAnnotations Modifier and Type Method Description ClientMessage<E>ClientMessage. annotations(MessageAnnotations messageAnnotations)StreamReceiverMessageClientStreamReceiverMessage. annotations(MessageAnnotations messageAnnotations) -
Uses of MessageAnnotations in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return MessageAnnotations Modifier and Type Method Description MessageAnnotations[]MessageAnnotationsTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)MessageAnnotations[]MessageAnnotationsTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)MessageAnnotationsMessageAnnotationsTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)MessageAnnotationsMessageAnnotationsTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type MessageAnnotations Modifier and Type Method Description java.lang.Class<MessageAnnotations>MessageAnnotationsTypeDecoder. getTypeClass() -
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 MessageAnnotations Modifier and Type Method Description java.lang.Class<MessageAnnotations>MessageAnnotationsTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type MessageAnnotations Modifier and Type Method Description intMessageAnnotationsTypeEncoder. getMapSize(MessageAnnotations value)booleanMessageAnnotationsTypeEncoder. hasMap(MessageAnnotations value)voidMessageAnnotationsTypeEncoder. writeMapEntries(ProtonBuffer buffer, EncoderState state, MessageAnnotations value) -
Uses of MessageAnnotations in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return MessageAnnotations Modifier and Type Method Description MessageAnnotationsMessageAnnotations. copy()
-