|
Oracle® Fusion Middleware Java API Reference for Event Processing in Oracle Stream Analytics 12c Release (12.2.1.3.0) E98700-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 | |
abstract void |
onProcessedEvent(java.lang.Object event) Action to take when an event is actually processed |
abstract 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.
|
Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |