[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
AddBeanType(String, String) | Add an event type with the given alias and Java fully-qualified class name.
If the alias already exists with the same class name, returns the existing EventType instance.
If the alias already exists with different class name, throws an exception.
If the alias does not already exists, adds the alias and constructs a new net.esper.events.BeanEventType.
|
AddBeanType(String, Type) | Add an event type with the given alias and Java class.
If the alias already exists with the same Class, returns the existing EventType instance.
If the alias already exists with different Class name, throws an exception.
If the alias does not already exists, adds the alias and constructs a new net.esper.events.BeanEventType.
|