|
Oracle® Fusion Middleware Java API Reference for Oracle Edge Analytics for Embedded Linux ARM, Embedded Linux x86, Linux ARM, Linux x86 12c Release (12.1.3.0) E58921-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to be implemented by beans that want to emit events modeling a OCEP stream. A OCEP stream are append-only, that is, events are always appended to the end of the stream. OCEP streams are unbounded, and hence generally need a window to be defined before it can be processed. Events emitted to a OCEP stream must have non-decreasing time-stamps.
StreamSender, StreamSink| Method Summary | |
void |
setEventSender(StreamSender sender)EPN nodes implementing this interface will be injected with an StreamSender by the framework. |
| Method Detail |
public void setEventSender(StreamSender sender)
StreamSender by the framework.sender - the StreamSender
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||