Package | Description |
---|---|
com.neurosys.q.notification.events | |
com.neurosys.q.service |
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 | Interface and Description |
---|---|
interface |
TokenDispatcher<T extends Token<T>,E extends SingleTokenEvent<T>>
|
Modifier and Type | Method and Description |
---|---|
T |
TokenGenerator.generate(R request,
SingleTokenEvent<T> tokenEvent)
Generate a
Token based on Application defined input. |
T |
TokenGenerator.reGenerate(R request,
SingleTokenEvent<T> tokenEvent)
Incase of any error or problem, re-generate last token.
|
Copyright © 2018. All rights reserved.