Package | Description |
---|---|
com.espertech.esper.common.client.configuration.compiler |
Configuration classes for the compiler section, which is only relevant to the compiler
|
com.espertech.esper.common.client.meta |
Event type additional information.
|
com.espertech.esper.common.client.util |
Client utility classes.
|
com.espertech.esper.compiler.client.option |
Callbacks for use with the compiler to provide or override behavior.
|
Modifier and Type | Method and Description |
---|---|
EventTypeBusModifier |
ConfigurationCompilerByteCode.getBusModifierEventType()
Returns the default bus modifier for event types
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCompilerByteCode.setBusModifierEventType(EventTypeBusModifier busModifierEventType)
Sets the default bus modifier for event types
|
Modifier and Type | Method and Description |
---|---|
EventTypeBusModifier |
EventTypeMetadata.getBusModifier()
Returns the event bus modifier.
|
Constructor and Description |
---|
EventTypeMetadata(java.lang.String name,
java.lang.String moduleName,
EventTypeTypeClass typeClass,
EventTypeApplicationType applicationType,
NameAccessModifier accessModifier,
EventTypeBusModifier busModifier,
boolean isPropertyAgnostic,
EventTypeIdPair eventTypeIdPair)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static EventTypeBusModifier |
EventTypeBusModifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeBusModifier[] |
EventTypeBusModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventTypeBusModifier |
BusModifierEventTypeOption.getValue(BusModifierEventTypeContext env)
Returns the bus modifier for the event type
|