 | EventBeanServiceGetExistsTypeByName Method |
Look up an event type by name,
Namespace:
com.espertech.esper.common.client.hook.expr
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEventType GetExistsTypeByName(
string eventTypeName
)
Parameters
- eventTypeName
- Type: SystemString
to look up
Return Value
Type:
EventTypeevent type or null if not found
See Also