public class EventBeanManufacturerAvro
extends java.lang.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(java.lang.Object[] properties) |
java.lang.Object |
makeUnderlying(java.lang.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(java.lang.Object[] properties)
make
in interface com.espertech.esper.event.EventBeanManufacturer
public java.lang.Object makeUnderlying(java.lang.Object[] properties)
makeUnderlying
in interface com.espertech.esper.event.EventBeanManufacturer