Class InboundUnitSendAvro
java.lang.Object
com.espertech.esper.runtime.internal.kernel.thread.InboundUnitSendAvro
- All Implemented Interfaces:
InboundUnitRunnable
,Runnable
Inbound work unit processing a map event.
-
Constructor Summary
ConstructorDescriptionInboundUnitSendAvro
(Object genericRecordDotData, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) Ctor. -
Method Summary
-
Constructor Details
-
InboundUnitSendAvro
public InboundUnitSendAvro(Object genericRecordDotData, String eventTypeName, com.espertech.esper.common.internal.event.util.EPRuntimeEventProcessWrapped runtime, EPServicesEvaluation services) Ctor.- Parameters:
genericRecordDotData
- to sendeventTypeName
- type nameruntime
- to processservices
- services
-
-
Method Details