Interface ExecutorsProvider

All Superinterfaces:
Provider

public interface ExecutorsProvider extends Provider
Author:
Marek Posolda
  • Method Summary

    Modifier and Type
    Method
    Description
    getExecutor(String taskType)
    Impl will usually return different executors for different tasks.

    Methods inherited from interface org.keycloak.provider.Provider

    close
  • Method Details

    • getExecutor

      ExecutorService getExecutor(String taskType)
      Impl will usually return different executors for different tasks.
      Parameters:
      taskType -
      Returns: