Interface FunctionExecutorRegistry<V>
-
- Type Parameters:
K- the registry key typeV- the registry value type
- All Superinterfaces:
org.wildfly.service.capture.FunctionExecutorRegistry<ServiceDependency<V>,V>
- All Known Subinterfaces:
ServiceValueExecutorRegistry<V>
public interface FunctionExecutorRegistry<V> extends org.wildfly.service.capture.FunctionExecutorRegistry<ServiceDependency<V>,V>
Registry ofFunctionExecutorobjects.- Author:
- Paul Ferraro