Package | Description |
---|---|
com.espertech.esper.common.internal.event.bean.instantiator | |
com.espertech.esper.common.internal.event.bean.manufacturer | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
static BeanInstantiatorForge |
BeanInstantiatorFactory.makeInstantiator(BeanEventType beanEventType,
ClasspathImportService classpathImportService) |
Modifier and Type | Method and Description |
---|---|
EventBeanManufacturer |
EventBeanManufacturerBeanForge.getManufacturer(EventBeanTypedEventFactory eventBeanTypedEventFactory) |
Constructor and Description |
---|
EventBeanManufacturerBean(BeanEventType beanEventType,
EventBeanTypedEventFactory service,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService)
Ctor.
|
EventBeanManufacturerBeanForge(BeanEventType beanEventType,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventBeanManufacturer |
EventBeanManufacturerForge.getManufacturer(EventBeanTypedEventFactory eventBeanTypedEventFactory) |
static EventBeanManufacturerForge |
EventTypeUtility.getManufacturer(EventType eventType,
WriteablePropertyDescriptor[] properties,
ClasspathImportService classpathImportService,
boolean allowAnyType,
EventTypeAvroHandler avroHandler)
Returns a factory for creating and populating event object instances for the given type.
|
Copyright © 2005–2018. All rights reserved.