See: Description
Interface | Description |
---|---|
EPCompilerPathable |
Marker interface for an object containing information that can be added to the compiler path
|
EventBean |
Interface for event representation.
|
EventBeanFactory |
Factory for
EventBean instances given an underlying event object. |
EventPropertyGetter |
Get property values from an event instance for a given event property.
|
EventPropertyGetterIndexed |
Get property values from an event instance for a given indexed event property by passing the array index.
|
EventPropertyGetterMapped |
Get property values from an event instance for a given mapped event property by passing the map string key.
|
EventPropertyValueGetter |
Get property values from an event instance for a given event property.
|
EventSender |
Returns a facility to process event objects that are of a known type.
|
EventType |
This interface provides metadata on events.
|
Class | Description |
---|---|
EPCompiled |
The byte code and manifest of a compile EPL module or EPL fire-and-forget query.
|
EPCompiledManifest |
Manifest is part of the
EPCompiled and provides information for the runtime that
allows it to use the byte code. |
EventPropertyDescriptor |
Descriptor for event property names, property types and access metadata.
|
FragmentEventType |
Provides an event type for a property of an event.
|
Exception | Description |
---|---|
EPException |
This exception is thrown to indicate a problem in administration and runtime.
|
EventTypeException |
Indicates that a problem occurred looking up, assigning or creating and event type.
|
PropertyAccessException |
This exception is thrown to indicate a problem with a accessing a property of an
EventBean . |
Common API: Classes that are generally relevant to both the compiler API and the processEvent API.
Copyright © 2005–2018. All rights reserved.