|
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 |
A BatchStreamSender sends a batch of events emitted by an StreamSource
to StreamSink
listeners.
Method Summary | |
abstract void |
sendInsertEvents(java.util.Collection events) Send a batch of events of type insert downstream to BatchStreamSink listeners in the EPN. |
Methods inherited from interface com.bea.wlevs.ede.api.StreamSender |
sendHeartbeat, sendInsertEvent |
Method Detail |
public void sendInsertEvents(java.util.Collection events) throws EventRejectedException
BatchStreamSink
listeners in the EPN. Events of type insert are used to model streams.events
- A Collection of Object
|
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 |