Class PerformativeEncoder

java.lang.Object
org.apache.qpid.protonj2.codec.PerformativeEncoder
All Implemented Interfaces:
Performative.PerformativeHandler<Encoder>

public final class PerformativeEncoder extends Object implements Performative.PerformativeHandler<Encoder>
AMQP Performative type specific encoder that uses any Encoder to cache the specific type encoders for various section types and use them directly instead of looking them up via calls to Encoder.writeObject(org.apache.qpid.protonj2.buffer.ProtonBuffer, EncoderState, Object)