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.common.internal.compile.stage3 | |
com.espertech.esper.common.internal.event.core |
This package defines the internal event APIs.
|
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(String name,
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(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 |
ModuleAccessModifierService.getBusModifierEventType(StatementRawInfo raw,
String eventTypeName) |
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeUtility.validateModifiers(String eventTypeName,
EventTypeBusModifier eventBusVisibility,
NameAccessModifier nameAccessModifier) |
Copyright © 2005–2019. All rights reserved.