An implementation of broadcasting events in a fire-and-forget style.
For breaking changes in version 4 please look at the release notes.
PostgreSQL storage backend for EventBrokerSlim persistent events - durable, at-least-once event delivery that survives process restarts.
EventBrokerSlim.PersistentEvents.PostgreSql documentation
Redis storage backend for EventBrokerSlim persistent events - durable, at-least-once event delivery that survives process restarts.
EventBrokerSlim.PersistentEvents.Redis documentation
SqlServer storage backend for EventBrokerSlim persistent events - durable, at-least-once event delivery that survives process restarts.
EventBrokerSlim.PersistentEvents.SqlServer documentation
SQLite storage backend for EventBrokerSlim persistent events - durable, at-least-once event delivery that survives process restarts.
EventBrokerSlim.PersistentEvents.Sqlite documentation
LiteDb storage backend for EventBrokerSlim persistent events - durable, at-least-once event delivery that survives process restarts.
EventBrokerSlim.PersistentEvents.LiteDb documentation
MongoDb storage backend for EventBrokerSlim persistent events - durable, at-least-once event delivery that survives process restarts.
EventBrokerSlim.PersistentEvents.MongoDb documentation
FuncPipeline is a library for building and executing function pipelines using nested function composition. Supports dependency injection, custom parameter resolution, and asynchronous execution.