public class EventBeanManufacturerAvro extends Object implements com.espertech.esper.event.EventBeanManufacturer
Constructor and Description |
---|
EventBeanManufacturerAvro(com.espertech.esper.event.avro.AvroSchemaEventType eventType,
com.espertech.esper.event.EventAdapterService eventAdapterService,
com.espertech.esper.event.WriteablePropertyDescriptor[] properties)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
com.espertech.esper.client.EventBean |
make(Object[] properties) |
Object |
makeUnderlying(Object[] properties) |
public EventBeanManufacturerAvro(com.espertech.esper.event.avro.AvroSchemaEventType eventType, com.espertech.esper.event.EventAdapterService eventAdapterService, com.espertech.esper.event.WriteablePropertyDescriptor[] properties)
eventType
- type to createeventAdapterService
- event factoryproperties
- written propertiespublic com.espertech.esper.client.EventBean make(Object[] properties)
make
in interface com.espertech.esper.event.EventBeanManufacturer