http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-incubator-postbox
/
org.http4k.postbox.processing
/
ExecutionContext
Execution
Context
interface
ExecutionContext
(
source
)
Inheritors
DefaultExecutionContext
Members
Functions
current
Time
Link copied to clipboard
abstract
fun
currentTime
(
)
:
Instant
is
Running
Link copied to clipboard
abstract
fun
isRunning
(
)
:
Boolean
pause
Link copied to clipboard
abstract
fun
pause
(
duration
:
Duration
)
start
Link copied to clipboard
abstract
fun
start
(
runnable
:
Runnable
)
stop
Link copied to clipboard
abstract
fun
stop
(
)