Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
com.espertech.esper.runtime.client.util |
Adapter shared classes.
|
Modifier and Type | Method and Description |
---|---|
EPObjectType |
EPDeploymentDependencyProvided.Item.getObjectType()
Returns the EPL object type
|
EPObjectType |
EPDeploymentDependencyConsumed.Item.getObjectType()
Returns the EPL object type
|
Constructor and Description |
---|
Item(EPObjectType objectType,
String objectName,
Set<String> deploymentIds)
Ctor.
|
Item(String deploymentId,
EPObjectType objectType,
String objectName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static EPObjectType |
EPObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPObjectType[] |
EPObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2022. All rights reserved.