request/src/request.dispatcher
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Louis Seubert 9232716901
All checks were successful
default / dotnet-default-workflow (pull_request) Successful in 1m56s
default / dotnet-default-workflow (push) Successful in 1m49s
feat: add pub/sub support to dispatcher
Notifications are broadcast to zero or more handlers with configurable
publishing strategies (sequential or parallel) and pipeline behavior
support.
2026-07-01 22:17:40 +02:00
..
Geekeey.Request.Dispatcher.csproj feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
INotification.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
INotificationBehavior.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
INotificationHandler.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
INotificationPublisher.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
IRequestDispatcher.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
IRequestDispatcherBuilder.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
IScalarPipelineBehavior.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
IScalarRequest.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
IScalarRequestHandler.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
IStreamPipelineBehavior.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
IStreamRequest.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
IStreamRequestHandler.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
NotificationInvoker.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
package-icon.png feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
package-readme.md feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
ParallelNotificationPublisher.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
RequestDispatcher.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
RequestDispatcherBuilderExtensions.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
RequestDispatcherOptions.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
ScalarRequestInvoker.cs feat: hide pipelines internals from stack trace 2026-05-29 23:10:01 +02:00
SequentialNotificationPublisher.cs feat: add pub/sub support to dispatcher 2026-07-01 22:17:40 +02:00
ServiceCollectionExtensions.cs feat: create request projects for basic CQRS 2026-05-26 22:24:40 +02:00
StreamRequestInvoker.cs feat: hide pipelines internals from stack trace 2026-05-29 23:10:01 +02:00