Interface FunctionExecutorRegistry<V>

Type Parameters:
K - the registry key type
V - the registry value type
All Superinterfaces:
FunctionExecutorRegistry<ServiceDependency<V>,V>
All Known Subinterfaces:
ServiceValueExecutorRegistry<V>

public interface FunctionExecutorRegistry<V> extends FunctionExecutorRegistry<ServiceDependency<V>,V>
Registry of FunctionExecutor objects.
Author:
Paul Ferraro