 | EventBeanServiceAdapterForAvro Method |
Construct an event bean for a given Avro GenericData.Record using the event type name to look up the Avro event
type
Namespace:
com.espertech.esper.common.client.hook.expr
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEventBean AdapterForAvro(
Object avroGenericDataDotRecord,
string eventTypeName
)
Parameters
- avroGenericDataDotRecord
- Type: SystemObject
event underlying - eventTypeName
- Type: SystemString
name of the Avro event type
Return Value
Type:
EventBeanevent bean
See Also