|
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 |
A BatchStreamSender sends a batch of events emitted by an StreamSource
to StreamSink
listeners.
Method Summary | |
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
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |