Class AvroEventBeanCopyMethod

java.lang.Object
com.espertech.esper.common.internal.avro.core.AvroEventBeanCopyMethod
All Implemented Interfaces:
com.espertech.esper.common.internal.event.core.EventBeanCopyMethod

public class AvroEventBeanCopyMethod extends Object implements com.espertech.esper.common.internal.event.core.EventBeanCopyMethod
Copy method for Map-underlying events.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.espertech.esper.common.client.type.EPTypeClass
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    AvroEventBeanCopyMethod(AvroEventType avroEventType, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.client.EventBean
    copy(com.espertech.esper.common.client.EventBean theEvent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EPTYPE

      public static final com.espertech.esper.common.client.type.EPTypeClass EPTYPE
  • Constructor Details

    • AvroEventBeanCopyMethod

      public AvroEventBeanCopyMethod(AvroEventType avroEventType, com.espertech.esper.common.internal.event.core.EventBeanTypedEventFactory eventAdapterService)
  • Method Details

    • copy

      public com.espertech.esper.common.client.EventBean copy(com.espertech.esper.common.client.EventBean theEvent)
      Specified by:
      copy in interface com.espertech.esper.common.internal.event.core.EventBeanCopyMethod