public interface EPEventTypeService
Each statement provides its associated event type, see EPStatement.getEventType()
.
Modifier and Type | Method and Description |
---|---|
EventType |
getBusEventType(java.lang.String eventTypeName)
Returns the event type that has bus-visibility or null in case that the event type is not found
|
EventType |
getEventType(java.lang.String deploymentId,
java.lang.String eventTypeName)
Returns the event type as defined by a given deployment.
|
EventType |
getEventTypePreconfigured(java.lang.String eventTypeName)
Returns the event type for a preconfigured event type.
|
EventType getEventTypePreconfigured(java.lang.String eventTypeName)
eventTypeName
- event type name of a preconfigured event typeEventType getEventType(java.lang.String deploymentId, java.lang.String eventTypeName)
Returns only event types that have public or protected access modifier.
Does not return event types with private access modifier.
Use EPStatement.getEventType()
instead.
deploymentId
- deployment id of the deploymenteventTypeName
- event type name of an event type created by the respective deploymentEventType getBusEventType(java.lang.String eventTypeName)
eventTypeName
- name