Package org.marketcetera.eventbus
Interface EsperEvent
-
- All Superinterfaces:
Serializable
public interface EsperEvent extends Serializable
Marks an event as a suitable candidate for Esper queries.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEventName()Get the event name value.
-
-
-
Method Detail
-
getEventName
String getEventName()
Get the event name value.- Returns:
- a
Stringvalue
-
-