Interface RequestExecutorProvider

    • Method Detail

      • getExecutor

        java.util.concurrent.Executor getExecutor​(Request request)
        Returns the Executor to execute user's code associated with the Request processing.
        Parameters:
        request - Request
        Returns:
        the Executor to execute user's code associated with the Request processing, or null if the Request has to be executed on the current Thread