Base Saga Step Repository
@NoRepositoryBean
JPA flavor of SagaStepRepositoryPort. See BaseSagaRepository for the port/adapter rationale.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the compensation step that reverted the original step with id compensationStepId; null if not yet compensated.
Link copied to clipboard
Returns every step recorded for the given saga, in insertion order.
Link copied to clipboard
Link copied to clipboard
Returns the steps for sagaId whose SagaStep.stepName equals stepName (typically zero or one).
Link copied to clipboard
Link copied to clipboard
Looks up a step by its surrogate id; null if absent.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard