findByStartedAtBefore

abstract fun findByStartedAtBefore(startedAt: Instant): List<S>(source)

Returns sagas whose Saga.startedAt is strictly before startedAt.