Package org.wildfly.service.capture
Interface FunctionExecutorRegistry<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Known Subinterfaces:
FunctionExecutorRegistry<V>,ServiceValueExecutorRegistry<V>,ServiceValueExecutorRegistry<V>,ValueExecutorRegistry<K,V>
public interface FunctionExecutorRegistry<K,V>
Registry of
FunctionExecutor objects.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutor(K key) Returns the executor for the specified key, if one exists.
-
Method Details
-
getExecutor
Returns the executor for the specified key, if one exists.- Parameters:
key- a registry key- Returns:
- the executor for the specified key, or null, if no such executor exists in the registry
-