 | EPEventTypeServiceGetEventTypePreconfigured Method |
Returns the event type for a preconfigured event type.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
SyntaxEventType GetEventTypePreconfigured(
string eventTypeName
)
Parameters
- eventTypeName
- Type: SystemString
event type name of a preconfigured event type
Return Value
Type:
EventTypeevent type or null if not found
See Also