Interface FunctionExecutorRegistry<V>
-
- Type Parameters:
V- the argument type of the function executor
- All Known Subinterfaces:
ResourceServiceValueExecutorRegistry<V>,ServiceValueExecutorRegistry<V>
public interface FunctionExecutorRegistry<V>Registry ofFunctionExecutorobjects.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionExecutor<V>getExecutor(ServiceDependency<V> dependency)Returns the function executor for the value provided by the specified dependency
-
-
-
Method Detail
-
getExecutor
FunctionExecutor<V> getExecutor(ServiceDependency<V> dependency)
Returns the function executor for the value provided by the specified dependency- Parameters:
dependency- a service dependency- Returns:
- a function executor
-
-