Package com.embabel.agent.core
Object ActionRunner.Companion
-
- All Implemented Interfaces:
public class ActionRunner.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ActionRunner.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ActionStatusexecute(ProcessContext processContext, Function0<Unit> block)Execute this operation with timings and error handling -
-
Method Detail
-
execute
final ActionStatus execute(ProcessContext processContext, Function0<Unit> block)
Execute this operation with timings and error handling
-
-
-
-