Interface EPRuntimeEventProcessWrapped
public interface EPRuntimeEventProcessWrapped
For use by event sender for direct feed of wrapped events for processing.
-
Method Summary
Modifier and TypeMethodDescriptiongetURI()
void
processWrappedEvent
(EventBean eventBean) Equivalent to the sendEvent method of EPRuntime, for use to process an known event.void
routeEventBean
(EventBean theEvent) For processing a routed event.
-
Method Details
-
processWrappedEvent
Equivalent to the sendEvent method of EPRuntime, for use to process an known event.- Parameters:
eventBean
- is the event object wrapped by an event bean providing the event metadata
-
routeEventBean
For processing a routed event.- Parameters:
theEvent
- routed event
-
getURI
String getURI()
-