Interface ExecutionIdProvider

    • Field Detail

      • DEFAULT_EXECUTION_ID_PROVIDER

        static final ExecutionIdProvider DEFAULT_EXECUTION_ID_PROVIDER
    • Method Detail

      • provide

        ExecutionId provide​(java.lang.String query,
                            java.lang.String operationName,
                            java.lang.Object context)
        Allows provision of a unique identifier per query execution.
        Parameters:
        query - the query to be executed
        operationName - thr name of the operation
        context - the context object passed to the query
        Returns:
        a non null ExecutionId