Class RepeatUntilBuilder.Emitter
-
- All Implemented Interfaces:
public final class RepeatUntilBuilder.Emitter extends WorkflowBuilder<RESULT>
-
-
Constructor Summary
Constructors Constructor Description RepeatUntilBuilder.Emitter(Function1<RepeatUntilActionContext<INPUT, RESULT>, RESULT> generator, Function1<RepeatUntilActionContext<INPUT, RESULT>, Boolean> accept)
-
Method Summary
Modifier and Type Method Description TypedAgentScopeBuilder<RESULT>build()Build the workflow so it can be included in agents -
-
Constructor Detail
-
RepeatUntilBuilder.Emitter
RepeatUntilBuilder.Emitter(Function1<RepeatUntilActionContext<INPUT, RESULT>, RESULT> generator, Function1<RepeatUntilActionContext<INPUT, RESULT>, Boolean> accept)
-
-
Method Detail
-
build
TypedAgentScopeBuilder<RESULT> build()
Build the workflow so it can be included in agents
-
-
-
-