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