shared-infrastructure
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
shared-infrastructure
shared-infrastructure
/
com.vertyll.veds.sharedinfrastructure.saga.contract
/
SagaStepRepositoryPort
/
findByStepNameAndStatus
find
By
Step
Name
And
Status
abstract
fun
findByStepNameAndStatus
(
stepName
:
String
,
status
:
SagaStepStatus
)
:
List
<
T
>
(
source
)
Returns steps with the given
stepName
in the given
status
across all sagas.