Modifier and Type | Class and Description |
---|---|
class |
ChainableWrapper<T>
Make it possible to
Filter.Chain objects that do not implement Filter.Chain
Sometimes even Lambda expressions can make a mess of things. |
Modifier and Type | Class and Description |
---|---|
class |
TokenStatus
A pure basic String based token status system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Batch<T extends Token<T>>
|
interface |
BatchInfo<B extends BatchInfo<B>>
|
interface |
ReQueableToken<T extends ReQueableToken>
A
Token aware of its neighbours in a Double linked list Q. |
interface |
Shift<T extends Token<T>>
A contextual and practical representation of a Queue.
A Shift associates context like who owns the shift, what time to what time, who all are working in it etc. |
interface |
Token<T extends Token>
A manifestation of
Notification . |
interface |
TokenWrapper<O>
Support instances that cannot implemented
Token straight. |
Modifier and Type | Class and Description |
---|---|
class |
TrackToken
A
Token implementation of Track where the Track.getEntityId() is Token.getId()
and Track.getEventName() is usually FlowState.getFlowStatus() |
Modifier and Type | Class and Description |
---|---|
class |
TrackTokenTransformer<T extends Token<T>,TR extends TrackToken>
|
Modifier and Type | Class and Description |
---|---|
class |
Track
Audit timings for various status change.
Intended as a Sink for business intelligence to gather data about tracking & optimizing performance. Note this class can be extended to build the relations between this and entity and Track.setEntityId(Long) . |
Modifier and Type | Class and Description |
---|---|
class |
PersistTrackTransformer<E,TR extends Track> |
class |
TrackTransformer<E,TR>
|
Modifier and Type | Class and Description |
---|---|
class |
JSONMarshaller
JSON Marshalling Object for a particular type of Object
JSON to Java, Sample usage:
|
Copyright © 2018. All rights reserved.