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
getEventType
in interface EPEventTypeService
deploymentId
- deployment id of the deploymenteventTypeName
- event type name of a preconfigured event typepublic com.espertech.esper.common.client.EventType getBusEventType(String eventTypeName)
EPEventTypeService
getBusEventType
in interface EPEventTypeService
eventTypeName
- nameCopyright © 2005–2019. All rights reserved.