![]() | EventUnderlyingType Class |
Namespace: com.espertech.esper.common.client.util
public sealed class EventUnderlyingType : Enum
The EventUnderlyingType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AVRO |
Event representation is Avro (GenericData.Record).
|
![]() ![]() | MAP |
Event representation is Map (any IDictionary interface implementation).
|
![]() ![]() | OBJECTARRAY |
Event representation is object-array (Object[]).
|
![]() | value__ |
Name | Description | |
---|---|---|
![]() | GetUnderlyingClassName |
Returns the class name of the default underlying type.
(Defined by EventUnderlyingTypeExtensions.) |