Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Engine.Implementation.ProtonEngineConfiguration Class Referencesealed

Implementation of engine configuration options along with Proton specific internal configuration and state update handling based on the current configuration and remote interactions. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.Implementation.ProtonEngineConfiguration:
Apache.Qpid.Proton.Engine.IEngineConfiguration

Public Member Functions

 ProtonEngineConfiguration (ProtonEngine engine)
 

Properties

IProtonBufferAllocator BufferAllocator [get, set]
 Sets the ProtonBufferAllocator used by this Engine.
 
bool TraceFrames [get, set]
 Enables AMQP frame tracing from engine to the system output. Depending on the underlying engine composition frame tracing may not be possible in which case this method will have no effect and the access method that read the state will return false.
 
uint OutboundMaxFrameSize [get]
 
uint InboundMaxFrameSize [get]
 
- Properties inherited from Apache.Qpid.Proton.Engine.IEngineConfiguration

Detailed Description

Implementation of engine configuration options along with Proton specific internal configuration and state update handling based on the current configuration and remote interactions.

Property Documentation

◆ BufferAllocator

IProtonBufferAllocator Apache.Qpid.Proton.Engine.Implementation.ProtonEngineConfiguration.BufferAllocator
getset

Sets the ProtonBufferAllocator used by this Engine.

When copying data, encoding types or otherwise needing to allocate memory storage the Engine will use the assigned IProtonBufferAllocator. If no allocator is assigned the Engine will use the default allocator.

Implements Apache.Qpid.Proton.Engine.IEngineConfiguration.

◆ TraceFrames

bool Apache.Qpid.Proton.Engine.Implementation.ProtonEngineConfiguration.TraceFrames
getset

Enables AMQP frame tracing from engine to the system output. Depending on the underlying engine composition frame tracing may not be possible in which case this method will have no effect and the access method that read the state will return false.

Implements Apache.Qpid.Proton.Engine.IEngineConfiguration.


The documentation for this class was generated from the following file: