| Modifier and Type | Method and Description |
|---|---|
protected MessageCommandFailureEvent |
ExecuteCloseCommandAction.createLocalNodeFailureEvent(CloseCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteConnectCommandAction.createLocalNodeFailureEvent(ConnectCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteConnectionMessageCommandAction.createLocalNodeFailureEvent(ConnectionMessageCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteFeedbackCommandAction.createLocalNodeFailureEvent(FeedbackCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteOpenCommandAction.createLocalNodeFailureEvent(OpenCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected abstract MessageCommandFailureEvent |
ExecuteSendMessageCommandAction.createLocalNodeFailureEvent(T originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent)
Implementations can choose to return null here if they do not want an event published.
|
protected MessageCommandFailureEvent |
ExecuteCloseCommandAction.createRemoteNodeFailureEvent(CloseCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteConnectCommandAction.createRemoteNodeFailureEvent(ConnectCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteConnectionMessageCommandAction.createRemoteNodeFailureEvent(ConnectionMessageCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteFeedbackCommandAction.createRemoteNodeFailureEvent(FeedbackCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected MessageCommandFailureEvent |
ExecuteOpenCommandAction.createRemoteNodeFailureEvent(OpenCommandEvent originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent) |
protected abstract MessageCommandFailureEvent |
ExecuteSendMessageCommandAction.createRemoteNodeFailureEvent(T originalCommand,
WonMessage messageSent,
FailureResponseEvent failureResponseEvent)
Implementations can choose to return null here if they do not want an event published.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloseCommandFailureEvent
Indicates that the bot has failed to send a close message, thereby closing a connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectCommandFailureEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionMessageCommandFailureEvent
Indicates that the bot has failed to send a connection message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateNeedCommandFailureEvent
Indicates that need creation failed.
|
class |
NeedCreationAbortedEvent
Indicates that need creation was aborted before sending a message to a WoN node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeactivateNeedCommandFailureEvent
Created by fsuda on 17.05.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeedbackCommandFailureEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenCommandFailureEvent
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
|
Copyright © 2018. All Rights Reserved.