Package | Description |
---|---|
com.neurosys.q.notification.events | |
com.neurosys.q.notification.service |
Modifier and Type | Interface and Description |
---|---|
interface |
ChildTokenEvent<T extends Token<T>>
An
IChild and a TokenEvent .A child event is defined as one that is generated as a result of another event known as the IChild.getParent() event. |
interface |
MultipleTokenEvent<T extends Token<T>> |
interface |
SingleTokenEvent<T extends Token<T>> |
interface |
SupplierTokenEvent<T extends Token<T>>
|
interface |
TokenEvent<T extends Token<T>>
Any Event related to a
Token
Note: ConsumerTokenStatus is a collection of pre-defined TokenStatus 's. |
Modifier and Type | Class and Description |
---|---|
class |
BasicTokenEvent<T extends Token<T>>
Event over any
Token type. |
class |
MessageTokenEvent<T extends Token<T>>
A
BasicTokenEvent that also carries a message |
class |
NextTokenEvent<T extends Token<T>>
A
BasicTokenEvent that also factors in automation of next token(s) based on a post current action scenario
described by NextTokenEvent.nextTokensAction . |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractNotificationHelper.evaluateCurrentActionNotifyConfigs(String notifyActionConfigSuffix,
Behaviors behaviorsContainer)
Check for Server config (constructed key by using the param notifyActionConfigSuffix), and if none exists
then rely on any override, and if even that does not exist then by default return true,
|
Copyright © 2018. All rights reserved.