Class BeanEventBeanConfiguredCopyMethod
java.lang.Object
com.espertech.esper.common.internal.event.bean.core.BeanEventBeanConfiguredCopyMethod
- All Implemented Interfaces:
EventBeanCopyMethod
Copies an event for modification.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBeanEventBeanConfiguredCopyMethod
(BeanEventType beanEventType, EventBeanTypedEventFactory eventAdapterService, Method copyMethod) Ctor. -
Method Summary
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
BeanEventBeanConfiguredCopyMethod
public BeanEventBeanConfiguredCopyMethod(BeanEventType beanEventType, EventBeanTypedEventFactory eventAdapterService, Method copyMethod) Ctor.- Parameters:
beanEventType
- type of bean to copyeventAdapterService
- for creating eventscopyMethod
- method to copy the event
-
-
Method Details
-
copy
Description copied from interface:EventBeanCopyMethod
Copy the event bean returning a shallow copy.- Specified by:
copy
in interfaceEventBeanCopyMethod
- Parameters:
theEvent
- to copy- Returns:
- shallow copy
-