Uses of Interface
com.espertech.esper.common.internal.event.core.EventBeanSPI
Packages that use EventBeanSPI
Package
Description
Object-array event type.
JavaBean and legacy Java underlying event classes are here.
This package defines the internal event APIs.
Map-underlying event classes are here.
XML event wrappers
-
Uses of EventBeanSPI in com.espertech.esper.common.internal.event.arr
Classes in com.espertech.esper.common.internal.event.arr that implement EventBeanSPI -
Uses of EventBeanSPI in com.espertech.esper.common.internal.event.bean.core
Classes in com.espertech.esper.common.internal.event.bean.core that implement EventBeanSPIModifier and TypeClassDescriptionclass
Wrapper for Java bean (POJO or regular) Java objects the represent events. -
Uses of EventBeanSPI in com.espertech.esper.common.internal.event.core
Classes in com.espertech.esper.common.internal.event.core that implement EventBeanSPIModifier and TypeClassDescriptionclass
Event bean that wraps another event bean adding additional properties.Methods in com.espertech.esper.common.internal.event.core that return EventBeanSPIModifier and TypeMethodDescriptionstatic EventBeanSPI
EventTypeUtility.getShellForType
(EventType eventType) -
Uses of EventBeanSPI in com.espertech.esper.common.internal.event.json.core
Classes in com.espertech.esper.common.internal.event.json.core that implement EventBeanSPI -
Uses of EventBeanSPI in com.espertech.esper.common.internal.event.map
Classes in com.espertech.esper.common.internal.event.map that implement EventBeanSPIModifier and TypeClassDescriptionclass
Wrapper for events represented by a Map of key-value pairs that are the event properties. -
Uses of EventBeanSPI in com.espertech.esper.common.internal.event.xml
Classes in com.espertech.esper.common.internal.event.xml that implement EventBeanSPI