![]() | EventBeanService Interface |
Namespace: com.espertech.esper.common.client.hook.expr
public interface EventBeanService
The EventBeanService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterForAvro |
Construct an event bean for a given Avro GenericData.Record using the event type name to look up the Avro event
type
|
![]() | AdapterForBean |
Construct an event bean for a given bean (Object) using the class of the object to determine the Bean-only event
type (not for Map/Object-Array/Avro/XML events)
|
![]() | AdapterForDOM |
Construct an event bean for a given XML-DOM using the node root node name to look up the XML-DOM event type
|
![]() | AdapterForMap | |
![]() | AdapterForObjectArray |
Construct an event bean for a given Object-Array using the event type name to look up the Object-Array event type
|
![]() | AdapterForTypedAvro |
Construct an event bean for a given Avro GenericData.Record and given the Avro-event-type
|
![]() | AdapterForTypedDOM |
Construct an event bean for a given Node and given the XML-event-type
|
![]() | AdapterForTypedMap | |
![]() | AdapterForTypedObject |
Construct an event bean for a given bean (Object) and given the Bean-event-type
|
![]() | AdapterForTypedObjectArray |
Construct an event bean for a given Object-Array and given the Object-Array-event-type
|
![]() | GetExistsTypeByName |
Look up an event type by name,
|