Uses of Interface
org.apache.qpid.protonj2.engine.EngineConfiguration
Packages that use EngineConfiguration
-
Uses of EngineConfiguration in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return EngineConfigurationModifier and TypeMethodDescriptionEngine.configuration()Gets the Configuration for this engine.EngineConfiguration.setBufferAllocator(ProtonBufferAllocator allocator) Sets the ProtonBufferAllocator used by this Engine.default EngineConfigurationEngineConfiguration.setMaxTransfersPerDelivery(int maxTransfers) Sets the configured maximum number of Transfer frames that can make up a single completed delivery.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 EngineConfigurationMethods in org.apache.qpid.protonj2.engine.impl that return EngineConfigurationModifier and TypeMethodDescriptionProtonEngineConfiguration.setMaxTransfersPerDelivery(int maxTransfers) ProtonEngineConfiguration.setTraceFrames(boolean traceFrames)