Class SimpleAgentBuilder.SimpleAgentConsumer
-
- All Implemented Interfaces:
public final class SimpleAgentBuilder.SimpleAgentConsumer<INPUT extends Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSimpleAgentBuilder.SimpleAgentConsumer.Emitter
-
Constructor Summary
Constructors Constructor Description SimpleAgentBuilder.SimpleAgentConsumer(Class<INPUT> inputClass)
-
Method Summary
Modifier and Type Method Description final WorkflowBuilder<RESULT>running(Function1<TransformationActionContext<INPUT, RESULT>, RESULT> generator)Provide a function the agent will perform. -
-
Method Detail
-
running
final WorkflowBuilder<RESULT> running(Function1<TransformationActionContext<INPUT, RESULT>, RESULT> generator)
Provide a function the agent will perform.
-
-
-
-