Uses of Interface
org.apache.qpid.protonj2.types.transport.Performative
-
Packages that use Performative Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.types.transport -
-
Uses of Performative in org.apache.qpid.protonj2.engine
Classes in org.apache.qpid.protonj2.engine with type parameters of type Performative Modifier and Type Class Description classAMQPPerformativeEnvelopePool<E extends PerformativeEnvelope<Performative>>Pool ofPerformativeEnvelopeinstances used to reduce allocations on incoming performatives.Methods in org.apache.qpid.protonj2.engine with parameters of type Performative Modifier and Type Method Description EAMQPPerformativeEnvelopePool. take(Performative body, int channel, ProtonBuffer payload)Requests an envelope from the pool and if non is available creates one using the given builder this pool was created with.Method parameters in org.apache.qpid.protonj2.engine with type arguments of type Performative Modifier and Type Method Description OutgoingAMQPEnvelopeOutgoingAMQPEnvelope. setPayloadToLargeHandler(java.util.function.Consumer<Performative> payloadToLargeHandler)Configures a handler to be invoked if the payload that is being transmitted with this performative is to large to allow encoding the frame within the maximum configured AMQP frame size limit. -
Uses of Performative in org.apache.qpid.protonj2.types.transport
Classes in org.apache.qpid.protonj2.types.transport that implement Performative Modifier and Type Class Description classAttachclassBeginclassCloseDefines an AMQP Close performative used to end AMQP Connection instances.classDetachclassDispositionclassEndclassFlowclassOpenclassTransferMethods in org.apache.qpid.protonj2.types.transport that return Performative Modifier and Type Method Description PerformativePerformative. copy()
-