This repository contains the code for the Tingle.EventBus
libraries.
Package | Version | Description |
---|---|---|
Tingle.EventBus |
Base of the event bus library to allow you publish and consume events from different transports. | |
Tingle.EventBus.Serializers.NewtonsoftJson |
Support for serializing events using Newtonsoft.Json. | |
Tingle.EventBus.Transports.Amazon.Abstractions |
Abstractions for working with Amazon (AWS) based transports. | |
Tingle.EventBus.Transports.Amazon.Kinesis |
Event bus transport based on Amazon Kinesis. | |
Tingle.EventBus.Transports.Amazon.Sqs |
Event bus transport based on Amazon Simple Queue Service. | |
Tingle.EventBus.Transports.Azure.Abstractions |
Abstractions for working with Azure based transports. | |
Tingle.EventBus.Transports.Azure.EventHubs |
Event bus transport based on Azure Event Hubs. | |
Tingle.EventBus.Transports.Azure.QueueStorage |
Event bus transport based on Azure Storage Queues. | |
Tingle.EventBus.Transports.Azure.ServiceBus |
Event bus transport based on Azure Service Bus. | |
Tingle.EventBus.Transports.Kafka |
Event bus transport based on the open source Apache Kafka platform. | |
Tingle.EventBus.Transports.RabbitMQ |
Event bus transport based on the open source Rabbit MQ broker. |
WIP
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
The code is licensed under the MIT license. Refer to the LICENSE file for more information.