use of won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingSPBot in project webofneeds by researchstudio-sat.
the class BAAtomicCCBot method getSecondPhaseScripts.
protected List<BATestBotScript> getSecondPhaseScripts() {
List<BATestBotScript> scripts = new ArrayList<BATestBotScript>(2);
scripts.add(new CompletingBlockingSPBot());
scripts.add(new CompletedBlockedSPBot());
return scripts;
}
Aggregations