net.esper.view
Interface EventStream

All Superinterfaces:
EventCollection, Iterable<EventBean>, Viewable
All Known Implementing Classes:
ZeroDepthStream

public interface EventStream
extends Viewable

A streams is a conduct for incoming events. Incoming data is placed into streams for consumption by queries.


Method Summary
 void insert(EventBean event)
          Insert a new event onto the stream.
 
Methods inherited from interface net.esper.view.Viewable
addView, getViews, hasViews, removeView
 
Methods inherited from interface net.esper.view.EventCollection
getEventType, iterator
 

Method Detail

insert

void insert(EventBean event)
Insert a new event onto the stream.

Parameters:
event - to insert

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com