public interface StatementNameResolver extends Serializable
Statement names provided by the resolver override the statement name provided via the @Name annotation.
Modifier and Type | Method and Description |
---|---|
String |
getStatementName(StatementDeploymentContext context)
Returns the statement name to assign to a newly-deployed statement.
|
String getStatementName(StatementDeploymentContext context)
Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right statement name to assign.
context
- the statement's deployment context