long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller.db
/
ExecutorRepo
/
findExecutorsAliveBefore
find
Executors
Alive
Before
@
Query
(
value
=
"select e from Executor e where e.lastAliveTime < :time"
)
abstract
fun
findExecutorsAliveBefore
(
time
:
Instant
)
:
List
<
Executor
>