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
/
SagaRepositoryPort
/
findByStartedAtBefore
find
By
Started
At
Before
abstract
fun
findByStartedAtBefore
(
startedAt
:
Instant
)
:
List
<
S
>
(
source
)
Returns sagas whose
Saga.startedAt
is strictly before
startedAt
.