public class CrawlConnectionDataBehaviour extends BotBehaviour
activeListeners, context, coordinationBehaviours, name| Constructor and Description |
|---|
CrawlConnectionDataBehaviour(EventListenerContext context,
CrawlConnectionCommandEvent command,
java.time.Duration abortTimeout) |
CrawlConnectionDataBehaviour(EventListenerContext context,
java.lang.String name,
CrawlConnectionCommandEvent command,
java.time.Duration abortTimeout) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onActivate(java.util.Optional<java.lang.Object> message)
Activates the behaviour by registering listeners, if you addListeners with the subscribeWithAutoCleanup method, you
do not have to clean them within the onCleanup method.
|
void |
onResult(EventBotAction task) |
activate, activate, deactivate, deactivate, getName, isActive, onActivateActivate, onActivateDeactivate, onCleanup, onDeactivateActivate, onDeactivateDeactivate, subscribeWithAutoCleanuppublic CrawlConnectionDataBehaviour(EventListenerContext context, CrawlConnectionCommandEvent command, java.time.Duration abortTimeout)
public CrawlConnectionDataBehaviour(EventListenerContext context, java.lang.String name, CrawlConnectionCommandEvent command, java.time.Duration abortTimeout)
protected void onActivate(java.util.Optional<java.lang.Object> message)
BotBehaviouronActivate in class BotBehaviourpublic void onResult(EventBotAction task)
Copyright © 2018. All Rights Reserved.