Commanded v0.18.1 Commanded.Middleware.ExtractAggregateIdentity View Source
A Commanded.Middleware
that extracts the target aggregate's identity from
the command.
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
Link to this function
after_dispatch(pipeline) View Source
Callback implementation for Commanded.Middleware.after_dispatch/1
.
Link to this function
after_failure(pipeline) View Source
Callback implementation for Commanded.Middleware.after_failure/1
.
Link to this function
before_dispatch(pipeline) View Source
Callback implementation for Commanded.Middleware.before_dispatch/1
.