T
- as Tokenpublic interface TokenNotificationTrackerService<T extends Token<T>>
Modifier and Type | Method and Description |
---|---|
void |
clearCount() |
void |
clearCount(Shift<T> shift) |
void |
clearCount(T token) |
int |
count(T token,
FlowStatus status)
Return the # of times a
Token has been notified. |
int |
keepCount(T token,
FlowStatus status)
Update and return latest count
|
int keepCount(T token, FlowStatus status)
token
- as Token
type status
- as FlowStatus
Token
was notified. 0 or less means none.int count(T token, FlowStatus status)
Token
has been notified.token
- as Token
type status
- as FlowStatus
Token
was notified. 0 or less means none.void clearCount(T token)
void clearCount()
Copyright © 2018. All rights reserved.