| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingAction
Base action with capabilities for delegating to another action
|
class |
DelayedDelegatingAction
Action that delegates to the specified action after a specified fixed delay.
|
class |
LogAction
Outputs a message via the configured logging system.
|
class |
LogErrorAction
Outputs a message via the configured logging system.
|
class |
MultipleActions
Executes the specified actions.
|
class |
ProbabilisticSelectionAction
Action that delegates to delegateA with probabilityA or to delegateB with probability 1-probabilityA.
|
class |
PublishEventAction
Action that publishes the specified event.
|
class |
RandomDelayedAction
Action that delegates to another action after a delay that is chosen at random between a specified minimum and
maximum.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCounterAction
User: fkleedorfer
Date: 30.04.14
|
class |
DecrementCounterAction
Action that decrements the specified counter.
|
class |
IncrementCounterAction
Action that increments the specified counter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlAction
Expects a CrawlCommandEvent to contain the required crawl information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnswerWithElizaAction
Expects a MessageToElizaEvent, passes the message to a Eliza instance and sends eliza's response
over the connection.
|
class |
CreateDebugNeedWithFacetsAction
Creates a need with the specified facets.
|
class |
DebugBotIncomingMessageToEventMappingAction
Listener that reacts to incoming messages, creating internal bot events for them
|
class |
OpenConnectionDebugAction
User: fkleedorfer Date: 30.01.14
|
class |
ProcessCrawlResultAction |
class |
PublishSetChattinessEventAction
Action to set the chattiness of the debug bot.
|
class |
RecordMessageReceivedTimeAction |
class |
RecordMessageSentTimeAction |
class |
SendChattyMessageAction
Action to perform when the debug bot is set to be 'chatty' - that is,
sends messages via its connections spontaneously.
|
class |
SendMessageOnCrawlResultAction |
class |
SendMessageReportingCrawlResultAction |
class |
SendNDebugMessagesAction
Created by fkleedorfer on 09.06.2016.
|
class |
SetChattinessAction
Expects a SetChattinessDebugCommandEvent and sets the chattiness for the connection of the event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoPhaseCommitDeactivateOnCloseAction
Expects a CloseFromOtherNeed event from a and closes the local need.
|
class |
TwoPhaseCommitNoVoteDeactivateAllNeedsAction
User: Danijel
Date: 21.5.14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryHintCheckAction
Checks if the received hint is for a factoryURI
|
class |
InitFactoryAction
Action that creates all needs from the needproducer and publishes the InitFactoryFinishedEvent once it is
completed
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignalWorkDoneAction
BaseEventBotAction telling the framework that the bot's work is done.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsubscribeListenerAction
Action that unsubscribes the specified listener from all events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateNeedFromMailAction
Created by fsuda on 30.09.2016.
|
class |
MailCommandAction
Created by fsuda on 18.10.2016.
|
class |
MailParserAction
Created by fsuda on 30.09.2016.
|
class |
SubscribeUnsubscribeAction
Created by hfriedrich on 16.11.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Connect2MailParserAction
Created by fsuda on 03.10.2016.
|
class |
Hint2MailParserAction
Created by fsuda on 03.10.2016.
|
class |
Message2MailAction
Created by fsuda on 18.10.2016.
|
class |
WelcomeMailAction
Created by hfriedrich on 16.11.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatisticsLoggingAction |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchNeedsAction
BaseEventBotAction that sends a hint message to the first need in the context to the second.
|
class |
RegisterMatcherAction
User: fkleedorfer
Date: 28.03.14
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatchingLoadTestMonitorAction
Created by hfriedrich on 02.10.2015.
|
class |
MessageLifecycleMonitoringAction |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCreateNeedAction
Base class for actions that create needs.
|
class |
CreateEchoNeedWithFacetsAction
Creates a need with the specified facets.
|
class |
CreateNeedWithFacetsAction
Creates a need with the specified facets.
|
class |
DeactivateAllNeedsAction
User: fkleedorfer
Date: 28.03.14
|
class |
DeactivateAllNeedsOfListAction
User: fkleedorfer
Date: 28.03.14
|
| Modifier and Type | Class and Description |
|---|---|
class |
TelegramMessageReceivedAction |
| Modifier and Type | Class and Description |
|---|---|
class |
Connect2TelegramAction
Created by fsuda on 03.10.2016.
|
class |
Hint2TelegramAction
Created by fsuda on 03.10.2016.
|
class |
Message2TelegramAction
Created by fsuda on 18.10.2016.
|
class |
TelegramCreateAction
Created by fsuda on 15.12.2016.
|
class |
TelegramHelpAction
Created by fsuda on 15.12.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddFiringsAction |
| Modifier and Type | Class and Description |
|---|---|
class |
CloseConnectionAction
Listener that will try to obtain a connectionURI from any event
passed to it and close that connection.
|
class |
ConnectFromListToListAction
BaseEventBotAction connecting two needs on the specified facets.
|
class |
ConnectTwoNeedsAction
BaseEventBotAction connecting two needs on the specified facets.
|
class |
ConnectWithAssociatedNeedAction
BaseEventBotAction connecting two needs on the specified facets.
|
class |
HintAssociatedNeedAction
BaseEventBotAction connecting two needs on the specified facets.
|
class |
OpenConnectionAction
User: fkleedorfer
Date: 30.01.14
|
class |
RespondToMessageAction
Listener that responds to a message with automatic messages.
|
class |
RespondWithEchoToMessageAction
Listener that responds to open and message events with automatic messages.
|
class |
SendFeedbackForHintAction
User: fkleedorfer
Date: 30.01.14
|
class |
SendMessageAction
Action that sends a generic message.
|
class |
SendMultipleMessagesAction
Created by fkleedorfer on 09.06.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExecuteCloseCommandAction
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
|
class |
ExecuteConnectCommandAction
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
|
class |
ExecuteConnectionMessageCommandAction
Action executing a ConnectionMessageCommandEvent, creating a connection message for sending in the specified connection, adding the specified model as the content of the message.
|
class |
ExecuteCreateNeedCommandAction
Action executing a CreateNeedCommandEvent, creating the specified need.
|
class |
ExecuteDeactivateNeedCommandAction
Created by fsuda on 17.05.2017.
|
class |
ExecuteFeedbackCommandAction
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
|
class |
ExecuteOpenCommandAction
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
|
class |
ExecuteSendMessageCommandAction<T extends MessageCommandEvent>
Action executing a MessageCommandEvent and publishing MessageCommandSuccess and MessageCommandFailure
events indicating how well sending that message worked.
|
class |
LogMessageCommandFailureAction
Logs type and optional message of a MessageCommandFailureEvent.
|
Copyright © 2018. All Rights Reserved.