Uses of Interface
org.apache.qpid.protonj2.engine.Attachments
Package
Description
-
Uses of Attachments in org.apache.qpid.protonj2.engine
Modifier 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
Modifier and TypeClassDescriptionclass
Proton implementation of an Attachments object. -
Uses of Attachments in org.apache.qpid.protonj2.engine.sasl
Modifier 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.