Class SimpleAgentBuilder.Emitter
-
- All Implemented Interfaces:
public final class SimpleAgentBuilder.Emitter extends WorkflowBuilder<RESULT>
-
-
Constructor Summary
Constructors Constructor Description SimpleAgentBuilder.Emitter(Function1<SupplierActionContext<RESULT>, RESULT> generator, Boolean mustRun)
-
Method Summary
Modifier and Type Method Description final SimpleAgentBuilder.Emitter<RESULT>mustRun()If this is true, the action must run even if its type result is already present in the blackboard. AgentScopeBuilder<RESULT>build()-
-
Constructor Detail
-
SimpleAgentBuilder.Emitter
SimpleAgentBuilder.Emitter(Function1<SupplierActionContext<RESULT>, RESULT> generator, Boolean mustRun)
-
-
Method Detail
-
mustRun
final SimpleAgentBuilder.Emitter<RESULT> mustRun()
If this is true, the action must run even if its type result is already present in the blackboard.
-
build
AgentScopeBuilder<RESULT> build()
-
-
-
-