Audit Configurer
Entry point for the keep audit in journal DSL.
Returned by the keep extension property on SagaBuilder. Access audit to continue the chain.
Example
sagaExecutor<OrderCtx, OrderResult> {
keep.audit `in` roomJournal // T = OrderEvent inferred from roomJournal type
}Content copied to clipboard