interface
AfterCommitDispatcher
type AfterCommitDispatcher interface {
Dispatch(context.Context, AfterCommitEffect) error
}Deliver committed lifecycle effects immediately or through an application boundary.
Dispatchfunc(context.Context, AfterCommitEffect) error- Deliver one effect after its transaction commits.
Returns error A delivery error that cannot roll back committed content.