Contains types for service bus module implementations.
Classes
| CollectionPollingServiceBus | |
| InternalServiceBus | This is the default internal service bus implementation. It is not suitable for distributed hosting configurations. |
| ServiceBusEntity | |
| MessageReceivedEventArgs |
Interfaces
| IServiceBus | This interface must be implemented by Redakt service bus modules. The module can then be registered with the DI container. |
| IServiceBusMessage |
Child namespaces
| Redakt.Data.ServiceBus.Amazon | Contains the Amazon SNS/SQS service bus module implementation. |
| Redakt.Data.ServiceBus.Azure | Contains the Microsoft Azure Service Bus module implementation. |
| Redakt.Data.ServiceBus.MongoDb | Contains the MongoDB Capped Collection service bus module implementation. |