[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a new EventType object for a specified type if this is the first time
the type has been seen. Else uses a cached EventType instance, i.e. client types
do not need to cache.
Namespace: net.esper.events
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function CreateOrGetBeanType ( _
type As Type _
) As BeanEventType |
Parameters
- type
- System.Type
the type of the object.
Return Value
EventType implementation for bean class