Uses of Class
org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations
Packages that use DeliveryAnnotations
Package
Description
-
Uses of DeliveryAnnotations in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type DeliveryAnnotationsModifier and TypeMethodDescriptionstatic Message
Proton.message
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of DeliveryAnnotations in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return DeliveryAnnotationsModifier and TypeMethodDescriptionDeliveryAnnotationsType.newInstance
(Object described) FastPathDeliveryAnnotationsType.readValue()
Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type DeliveryAnnotationsModifier and TypeMethodDescriptionCollection
<? extends TypeEncoding<DeliveryAnnotations>> FastPathDeliveryAnnotationsType.getAllEncodings()
FastPathDeliveryAnnotationsType.getCanonicalEncoding()
FastPathDeliveryAnnotationsType.getEncoding
(DeliveryAnnotations val) DeliveryAnnotationsType.getTypeClass()
FastPathDeliveryAnnotationsType.getTypeClass()
Methods in org.apache.qpid.proton.codec.messaging with parameters of type DeliveryAnnotationsModifier and TypeMethodDescriptionFastPathDeliveryAnnotationsType.getEncoding
(DeliveryAnnotations val) protected Map
DeliveryAnnotationsType.wrap
(DeliveryAnnotations val) void
FastPathDeliveryAnnotationsType.write
(DeliveryAnnotations val) -
Uses of DeliveryAnnotations in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return DeliveryAnnotationsMethods in org.apache.qpid.proton.message with parameters of type DeliveryAnnotationsModifier and TypeMethodDescriptionstatic Message
Message.Factory.create
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) void
Message.setDeliveryAnnotations
(DeliveryAnnotations deliveryAnnotations) -
Uses of DeliveryAnnotations in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return DeliveryAnnotationsMethods in org.apache.qpid.proton.message.impl with parameters of type DeliveryAnnotationsModifier and TypeMethodDescriptionvoid
MessageImpl.setDeliveryAnnotations
(DeliveryAnnotations deliveryAnnotations) Constructors in org.apache.qpid.proton.message.impl with parameters of type DeliveryAnnotationsModifierConstructorDescriptionMessageImpl
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) Application code should instead useMessage.Factory.create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer)