|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CorrelationListener
Listener for events when correlation id's changes.
| Method Summary | |
|---|---|
void |
onEviction(String key)
Callback when a correlation id is evicted due timeout |
void |
onPut(String key)
Callback when a new correlation id is added |
void |
onRemove(String key)
Callback when a correlation id is removed |
| Method Detail |
|---|
void onPut(String key)
key - the correlation idvoid onRemove(String key)
key - the correlation idvoid onEviction(String key)
key - the correlation id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||