![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
An Azure Bus such as a Service Bus or Event Hub. More...
Protected Attributes | |
const int | DefaultNumberOfReceiversCount = 1 |
The default number of receivers to start and run. More... | |
const int | DefaultMaximumConcurrentReceiverProcessesCount = 1 |
The default number for MaximumConcurrentReceiverProcessesCount. More... | |
Properties | |
string | ConnectionString [get, set] |
Gets or sets the connection string to the bus. More... | |
IMessageSerialiser< TAuthenticationToken > | MessageSerialiser [get] |
Gets or sets the IMessageSerialiser<TAuthenticationToken>. More... | |
IAuthenticationTokenHelper< TAuthenticationToken > | AuthenticationTokenHelper [get] |
Gets or sets the IAuthenticationTokenHelper<TAuthenticationToken>. More... | |
ICorrelationIdHelper | CorrelationIdHelper [get] |
Gets or sets the ICorrelationIdHelper. More... | |
ILogger | Logger [get] |
Gets or sets the ILogger. More... | |
IConfigurationManager | ConfigurationManager [get] |
Gets or sets the IConfigurationManager. More... | |
IDictionary< Guid, IList< IEvent< TAuthenticationToken > > > | EventWaits [get] |
Gets or sets the events to wait for before responding to the caller keyed by the ICommand<TAuthenticationToken>.Id More... | |
int | NumberOfReceiversCount [get, set] |
The number of receivers to start and run. More... | |
int | MaximumConcurrentReceiverProcessesCount [get, set] |
The OnMessageOptions.MaxConcurrentCalls value. More... | |
bool | AuthenticationTokenIsGuid [get] |
Indicates if the TAuthenticationToken is a Guid. More... | |
bool | AuthenticationTokenIsInt [get] |
Indicates if the TAuthenticationToken is an int. More... | |
bool | AuthenticationTokenIsString [get] |
Indicates if the TAuthenticationToken is a string. More... | |
virtual RetryPolicy | AzureServiceBusRetryPolicy [get] |
Gets the default retry policy dedicated to handling transient conditions with Windows Azure Service Bus. More... | |