Package | Description |
---|---|
com.neurosys.q.domain.exceptions | |
com.neurosys.q.service |
Modifier and Type | Class and Description |
---|---|
class |
TokenSwitchedException
Due to environmental or system constraints the state of the
Token was altered
in an unexpected manner. |
Modifier and Type | Method and Description |
---|---|
List<T> |
BatchService.add(B batch,
List<T> token,
Consumer<T> consumer,
TokenEvent<T> tokenEvent) |
S |
ShiftService.determineRoute(T token)
|
B |
BatchService.determineRoute(T token)
|
void |
TokenDispatcher.dispatch(E tokenEvent)
Dispath a token in an existing
TokenEvent |
E |
TokenDispatcher.dispatch(T token)
Dispatch the token and ensure its in process.
|
T |
TokenGenerator.reGenerate(R request,
SingleTokenEvent<T> tokenEvent)
Incase of any error or problem, re-generate last token.
|
<STATUS extends FlowStatus> |
TokenManager.updateStatus(S shift,
List tokens,
STATUS status,
TokenEvent<T> tokenEvent)
Update collection of tokens with status
|
Copyright © 2018. All rights reserved.