![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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...
Inheritance diagram for Cqrs.Azure.ServiceBus.AzureBus< TAuthenticationToken >:Static 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] |
| 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... | |
An Azure Bus such as a Service Bus or Event Hub.
| TAuthenticationToken | The Type of the authentication token. |
https://markheath.net/post/migrating-to-new-servicebus-sdk https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-how-to-use-topics-subscriptions#receive-messages-from-the-subscription https://stackoverflow.com/questions/47427361/azure-service-bus-read-messages-sent-by-net-core-2-with-brokeredmessage-getbo https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dotnet-get-started-with-queues