public interface EventListenerContext
| Modifier and Type | Method and Description |
|---|---|
void |
cancelTrigger()
The bot may have a trigger attached that causes ActEvents to be created regularly.
|
BotContext |
getBotContext()
Returns the BotContext of the bot.
|
BotContextWrapper |
getBotContextWrapper()
Returns the BotContextWrapper of the bot.
|
EventBus |
getEventBus()
Returns the bot's event bus.
|
java.util.concurrent.Executor |
getExecutor()
Returns an executor that passes the tasks to the TaskScheduler for immediate execution.
|
LinkedDataSource |
getLinkedDataSource()
Returns a linked data source.
|
MatcherNodeURISource |
getMatcherNodeURISource() |
MatcherProtocolMatcherServiceImplJMSBased |
getMatcherProtocolMatcherService() |
MatcherProtocolNeedServiceClientSide |
getMatcherProtocolNeedServiceClient()
Returns the bot's matcher service
|
NeedProducer |
getNeedProducer()
Returns the bot's needProducer.
|
NodeURISource |
getNodeURISource()
Returns the bot's NodeURISource.
|
java.net.URI |
getSolrServerURI() |
org.springframework.scheduling.TaskScheduler |
getTaskScheduler()
Returns the bot's taskScheduler.
|
WonMessageSender |
getWonMessageSender()
Returns the bot's wonMessageSender.
|
WonNodeInformationService |
getWonNodeInformationService()
Returns a WonNodeInformationService.
|
void |
workIsDone()
Signals to the framework that the bot's work is done and it may be shut down.
|
org.springframework.scheduling.TaskScheduler getTaskScheduler()
java.net.URI getSolrServerURI()
NodeURISource getNodeURISource()
MatcherNodeURISource getMatcherNodeURISource()
WonMessageSender getWonMessageSender()
MatcherProtocolNeedServiceClientSide getMatcherProtocolNeedServiceClient()
MatcherProtocolMatcherServiceImplJMSBased getMatcherProtocolMatcherService()
NeedProducer getNeedProducer()
void cancelTrigger()
void workIsDone()
EventBus getEventBus()
BotContext getBotContext()
BotContextWrapper getBotContextWrapper()
java.util.concurrent.Executor getExecutor()
LinkedDataSource getLinkedDataSource()
WonNodeInformationService getWonNodeInformationService()
Copyright © 2018. All Rights Reserved.