public class EPEventTypeServiceImpl extends Object implements EPEventTypeService
Constructor and Description |
---|
EPEventTypeServiceImpl(EPServicesContext services) |
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.common.client.EventType |
getBusEventType(String eventTypeName)
Returns the event type that has bus-visibility or null in case that the event type is not found
|
com.espertech.esper.common.client.EventType |
getEventType(String deploymentId,
String eventTypeName)
Returns the event type as defined by a given deployment.
|
com.espertech.esper.common.client.EventType |
getEventTypePreconfigured(String eventTypeName)
Returns the event type for a preconfigured event type.
|
public EPEventTypeServiceImpl(EPServicesContext services)
public com.espertech.esper.common.client.EventType getEventTypePreconfigured(String eventTypeName)
EPEventTypeService
getEventTypePreconfigured
in interface EPEventTypeService
eventTypeName
- event type name of a preconfigured event typepublic com.espertech.esper.common.client.EventType getEventType(String deploymentId, String eventTypeName)
EPEventTypeService
Returns only event types that have public or protected access modifier.
Does not return event types with private access modifier.
Use EPStatement.getEventType()
instead.
getEventType
in interface EPEventTypeService
deploymentId
- deployment id of the deploymenteventTypeName
- event type name of an event type created by the respective deploymentpublic com.espertech.esper.common.client.EventType getBusEventType(String eventTypeName)
EPEventTypeService
getBusEventType
in interface EPEventTypeService
eventTypeName
- nameCopyright © 2005–2021. All rights reserved.