-
- 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)-
Methods inherited from class ai.tock.bot.orchestration.bot.primary.RunOrchestrationStoryListener
endAction -
Methods inherited from class ai.tock.bot.definition.StoryHandlerListener
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RunOrchestrationStoryListener
RunOrchestrationStoryListener(PrimaryBotConfiguration configuration, OrchestratorService orchestrator, OrchestrationRepository orchestrationRepository, Function0<Boolean> orchestrationEnabled)
-
-
Method Detail
-
startAction
Boolean startAction(BotBus botBus, StoryHandler handler)
-
-
-
-