|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventStream
A streams is a conduct for incoming events. Incoming data is placed into streams for consumption by queries.
Method Summary | |
---|---|
void |
insert(EventBean theEvent)
Insert a new event onto the stream. |
void |
insert(EventBean[] events)
Insert new events onto the stream. |
Methods inherited from interface com.espertech.esper.view.Viewable |
---|
addView, getViews, hasViews, removeAllViews, removeView |
Methods inherited from interface com.espertech.esper.view.EventCollection |
---|
getEventType, iterator |
Method Detail |
---|
void insert(EventBean[] events)
events
- to insertvoid insert(EventBean theEvent)
theEvent
- to insert
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |