Uses of Interface
org.apache.qpid.protonj2.engine.EngineConfiguration
-
Packages that use EngineConfiguration Package Description org.apache.qpid.protonj2.engine org.apache.qpid.protonj2.engine.impl -
-
Uses of EngineConfiguration in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineConfiguration Modifier and Type Method Description EngineConfiguration
Engine. configuration()
Gets the Configuration for this engine.EngineConfiguration
EngineConfiguration. setBufferAllocator(ProtonBufferAllocator allocator)
Sets the ProtonBufferAllocator used by this Engine.EngineConfiguration
EngineConfiguration. setTraceFrames(boolean traceFrames)
Enables AMQP frame tracing from engine to the system output. -
Uses of EngineConfiguration in org.apache.qpid.protonj2.engine.impl
Classes in org.apache.qpid.protonj2.engine.impl that implement EngineConfiguration Modifier and Type Class Description class
ProtonEngineConfiguration
Proton engine configuration APIMethods in org.apache.qpid.protonj2.engine.impl that return EngineConfiguration Modifier and Type Method Description EngineConfiguration
ProtonEngineConfiguration. setTraceFrames(boolean traceFrames)
-