Package | Description |
---|---|
com.espertech.esper.common.client.meta |
Event type additional information.
|
Modifier and Type | Method and Description |
---|---|
EventTypeIdPair |
EventTypeMetadata.getEventTypeIdPair()
Returns event type ids
|
static EventTypeIdPair |
EventTypeIdPair.unassigned()
Returns an unassigned value that has -1 as the public and protected id
|
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.
|