Package | Description |
---|---|
com.espertech.esper.common.client.json.util |
JSON event object interface and event sender.
|
com.espertech.esper.common.internal.event.arr |
Object-array event type.
|
com.espertech.esper.common.internal.event.avro |
Avro event type core interfaces.
|
com.espertech.esper.common.internal.event.bean.core |
JavaBean and legacy Java underlying event classes are here.
|
com.espertech.esper.common.internal.event.json.compiletime | |
com.espertech.esper.common.internal.event.map |
Map-underlying event classes are here.
|
com.espertech.esper.common.internal.event.xml |
XML event wrappers
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventSenderJson
Event sender for JSON documents and pre-parsed event objects.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSenderObjectArray
Event sender for map-backed events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSenderAvro
Event sender for avro-backed events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSenderBean
Event sender for POJO Java object events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSenderJsonImpl
Event sender for json-backed events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSenderMap
Event sender for map-backed events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventSenderXMLDOM
Event sender for XML DOM-backed events.
|
Copyright © 2005–2021. All rights reserved.