Uses of Class
org.apache.qpid.protonj2.types.messaging.DeliveryAnnotations
-
-
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.client.impl
Method parameters in org.apache.qpid.protonj2.client.impl with type arguments of type DeliveryAnnotations Modifier and Type Method Description static Message<?>ClientMessageSupport. decodeMessage(ProtonBuffer buffer, java.util.function.Consumer<DeliveryAnnotations> daConsumer)static Message<?>ClientMessageSupport. decodeMessage(Decoder decoder, ProtonBuffer buffer, java.util.function.Consumer<DeliveryAnnotations> daConsumer)static Message<?>ClientMessageSupport. decodeMessage(Decoder decoder, DecoderState decoderState, ProtonBuffer buffer, java.util.function.Consumer<DeliveryAnnotations> daConsumer) -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return DeliveryAnnotations Modifier and Type Method Description DeliveryAnnotations[]DeliveryAnnotationsTypeDecoder. readArrayElements(java.io.InputStream stream, StreamDecoderState state, int count)DeliveryAnnotations[]DeliveryAnnotationsTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)DeliveryAnnotationsDeliveryAnnotationsTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)DeliveryAnnotationsDeliveryAnnotationsTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type DeliveryAnnotations Modifier and Type Method Description java.lang.Class<DeliveryAnnotations>DeliveryAnnotationsTypeDecoder. getTypeClass() -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type DeliveryAnnotations Modifier and Type Method Description java.lang.Class<DeliveryAnnotations>DeliveryAnnotationsTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type DeliveryAnnotations Modifier and Type Method Description intDeliveryAnnotationsTypeEncoder. getMapSize(DeliveryAnnotations value)booleanDeliveryAnnotationsTypeEncoder. hasMap(DeliveryAnnotations value)voidDeliveryAnnotationsTypeEncoder. writeMapEntries(ProtonBuffer buffer, EncoderState state, DeliveryAnnotations value) -
Uses of DeliveryAnnotations in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return DeliveryAnnotations Modifier and Type Method Description DeliveryAnnotationsDeliveryAnnotations. copy()
-