|
Oracle® Fusion Middleware Java API Reference for Oracle Stream Explorer 12c (12.2.1) E61220-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Strategy interface for the kind of queue trimming required by a QueueTrimmingAdapter.
| Method Summary | |
void |
onProcessedEvent(java.lang.Object event)Action to take when an event is actually processed |
void |
onQueuedEvent(TrimmableQueue queue)Action to take when an event is inserted into the local trimming queue. |
| Method Detail |
public void onProcessedEvent(java.lang.Object event)
event - that was insertedpublic void onQueuedEvent(TrimmableQueue queue)
queue - to insert event into.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||