Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.EventRepresentation |
Configuration.EventRepresentation.getDefault()
Returns the default property resolution style.
|
Configuration.EventRepresentation |
ConfigurationEngineDefaults.EventMeta.getDefaultEventRepresentation()
Returns the default event representation.
|
static Configuration.EventRepresentation |
Configuration.EventRepresentation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.EventRepresentation[] |
Configuration.EventRepresentation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEngineDefaults.EventMeta.setDefaultEventRepresentation(Configuration.EventRepresentation defaultEventRepresentation)
Sets the default event representation.
|