public interface ExecutionIdProvider
ExecutionIds| Modifier and Type | Field and Description |
|---|---|
static ExecutionIdProvider |
DEFAULT_EXECUTION_ID_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
ExecutionId |
provide(java.lang.String query,
java.lang.String operationName,
java.lang.Object context)
Allows provision of a unique identifier per query execution.
|
static final ExecutionIdProvider DEFAULT_EXECUTION_ID_PROVIDER
ExecutionId provide(java.lang.String query, java.lang.String operationName, java.lang.Object context)
query - the query to be executedoperationName - thr name of the operationcontext - the context object passed to the queryExecutionId