Class SignalProcessBot
- java.lang.Object
-
- com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- All Implemented Interfaces:
BotService
public class SignalProcessBot extends Object implements BotService
-
-
Constructor Summary
Constructors Constructor Description SignalProcessBot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetKey()StringgetName()BotActionResultinvokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, Map<String,Object> payload)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.flowable.action.api.bot.BotService
invokeBot
-
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceBotService
-
getName
public String getName()
- Specified by:
getNamein interfaceBotService
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceBotService
-
invokeBot
public BotActionResult invokeBot(HistoricActionInstance actionInstance, ActionDefinition actionDefinition, Map<String,Object> payload)
- Specified by:
invokeBotin interfaceBotService
-
-