Click or drag to resize

EventBeanServiceAdapterForTypedAvro Method

Construct an event bean for a given Avro GenericData.Record and given the Avro-event-type

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EventBean AdapterForTypedAvro(
	Object avroGenericDataDotRecord,
	EventType eventType
)

Parameters

avroGenericDataDotRecord
Type: SystemObject
event underlying
eventType
Type: com.espertech.esper.common.clientEventType
event type (Avro only)

Return Value

Type: EventBean
event bean
See Also