exekutor-core
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
exekutor-core
exekutor-core
/
com.yonatankarp.exekutor.core.registry
/
StepRegistryDsl
/
step
step
fun
<
C
:
ExecutionContext
>
step
(
factory
:
(
)
->
Step
<
C
>
)
Registers a step by providing a factory lambda.
Parameters
factory
A lambda that produces a
Step
instance.