Proton DotNet
|
Implementation of engine configuration options along with Proton specific internal configuration and state update handling based on the current configuration and remote interactions. More...
Public Member Functions | |
ProtonEngineConfiguration (ProtonEngine engine) | |
Properties | |
IProtonBufferAllocator?? | BufferAllocator [get, set] |
bool | TraceFrames [get, set] |
uint | OutboundMaxFrameSize [get] |
uint | InboundMaxFrameSize [get] |
![]() | |
IProtonBufferAllocator | BufferAllocator [get, set] |
Sets the ProtonBufferAllocator used by this Engine. More... | |
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. More... | |
Implementation of engine configuration options along with Proton specific internal configuration and state update handling based on the current configuration and remote interactions.