Uses of Interface
org.apache.qpid.protonj2.engine.Attachments
Packages that use Attachments
Package
Description
-
Uses of Attachments in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return AttachmentsModifier and TypeMethodDescriptionAttachments.clear()
Endpoint.getAttachments()
IncomingDelivery.getAttachments()
OutgoingDelivery.getAttachments()
Transaction.getAttachments()
<T> Attachments
Maps a given object to the given key in thisAttachments
instance. -
Uses of Attachments in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement AttachmentsModifier and TypeClassDescriptionclass
Proton implementation of an Attachments object.Methods in org.apache.qpid.protonj2.engine.impl that return Attachments -
Uses of Attachments in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return AttachmentsModifier and TypeMethodDescriptionSaslContext.getAttachments()
Returns a mutable context that the application layer can use to store meaningful data for itself in relation to this specific SASL context object.