Sign in Sign up
nuget

GM.Idempotency.Mediator

GM.Mediator integration for GM.Idempotency: IdempotencyBehavior<TRequest, TResponse>, a pipeline behavior that dedups a request/command before the handler runs — keyed by an explicit id (IIdempotentRequest, e.g. a RabbitMQ message id) or a hash of the payload ([Idempotent]) — via the distributed-lock-guarded check-and-set, and replays the stored response on redelivery. For exactly-once handling of at-least-once message delivery (GM.Messaging). Register with AddGMIdempotencyBehavior().

nuget View on Nuget

Activity

Latest release
1mo ago
Total releases
1
Cadence
Last 12 months
1

Details

License
MIT
First release
Aug 03, 2026
Releases
Version Released
1.0.0 initial