Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.avro |
Avro event type core interfaces.
|
Modifier and Type | Method and Description |
---|---|
EventAdapterAvroHandler |
EventAdapterServiceImpl.getEventAdapterAvroHandler() |
EventAdapterAvroHandler |
EventAdapterService.getEventAdapterAvroHandler() |
Modifier and Type | Method and Description |
---|---|
static EventBeanManufacturer |
EventAdapterServiceHelper.getManufacturer(EventAdapterService eventAdapterService,
EventType eventType,
WriteablePropertyDescriptor[] properties,
EngineImportService engineImportService,
boolean allowAnyType,
EventAdapterAvroHandler avroHandler)
Returns a factory for creating and populating event object instances for the given type.
|
Constructor and Description |
---|
EventAdapterServiceImpl(EventTypeIdGenerator eventTypeIdGenerator,
int anonymousTypeCacheSize,
EventAdapterAvroHandler avroHandler,
EngineImportService engineImportService) |
Modifier and Type | Class and Description |
---|---|
class |
EventAdapterAvroHandlerUnsupported |