Package org.keycloak.executors
Interface ExecutorsProvider
- All Superinterfaces:
Provider
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutor
(String taskType) Impl will usually return different executors for different tasks.
-
Method Details
-
getExecutor
Impl will usually return different executors for different tasks.- Parameters:
taskType
-- Returns:
-