Package com.embabel.agent.api.common
Object ExecutingOperationContext.Companion
-
- All Implemented Interfaces:
public class ExecutingOperationContext.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ExecutingOperationContext.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ExecutingOperationContextinvoke(String name, AgentProcess agentProcess)Create an ExecutingOperationContext for the given process context and operation. -
-
Method Detail
-
invoke
final ExecutingOperationContext invoke(String name, AgentProcess agentProcess)
Create an ExecutingOperationContext for the given process context and operation.
-
-
-
-