Commanded.Middleware.ConsistencyGuarantee (Commanded v1.3.1) View Source
An internal Commanded.Middleware
that blocks after successful command
dispatch until the requested dispatch consistency has been met.
Only applies when the requested consistency is :strong
. Has no effect for
:eventual
consistency.
Link to this section Summary
Functions
Callback implementation for Commanded.Middleware.after_dispatch/1
.
Callback implementation for Commanded.Middleware.after_failure/1
.
Callback implementation for Commanded.Middleware.before_dispatch/1
.
Link to this section Functions
Callback implementation for Commanded.Middleware.after_dispatch/1
.
Callback implementation for Commanded.Middleware.after_failure/1
.
Callback implementation for Commanded.Middleware.before_dispatch/1
.