Proton DotNet
Loading...
Searching...
No Matches
Properties | List of all members
Apache.Qpid.Proton.Engine.IEngineConfiguration Interface Reference

Configuration options for the Engine. More...

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

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.
 

Detailed Description

Configuration options for the Engine.

Property Documentation

◆ BufferAllocator

IProtonBufferAllocator Apache.Qpid.Proton.Engine.IEngineConfiguration.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.

Implemented in Apache.Qpid.Proton.Engine.Implementation.ProtonEngineConfiguration.

◆ TraceFrames

bool Apache.Qpid.Proton.Engine.IEngineConfiguration.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.

Implemented in Apache.Qpid.Proton.Engine.Implementation.ProtonEngineConfiguration.


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