Class RunOrchestrationStoryListener
-
- All Implemented Interfaces:
-
ai.tock.bot.definition.StoryHandlerListener
public final class RunOrchestrationStoryListener implements StoryHandlerListenerShould pass control to orchestrator ?
-
-
Constructor Summary
Constructors Constructor Description RunOrchestrationStoryListener(PrimaryBotConfiguration configuration, OrchestratorService orchestrator, OrchestrationRepository orchestrationRepository, Function0<Boolean> orchestrationEnabled)
-
Method Summary
Modifier and Type Method Description BooleanstartAction(BotBus botBus, StoryHandler handler)-
-
Constructor Detail
-
RunOrchestrationStoryListener
RunOrchestrationStoryListener(PrimaryBotConfiguration configuration, OrchestratorService orchestrator, OrchestrationRepository orchestrationRepository, Function0<Boolean> orchestrationEnabled)
-
-
Method Detail
-
startAction
Boolean startAction(BotBus botBus, StoryHandler handler)
-
-
-
-