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