Interface FunctionCallbackResolver
- All Known Implementing Classes:
DefaultFunctionCallbackResolver
public interface FunctionCallbackResolver
Strategy interface for resolving
FunctionCallback
instances.- Since:
- 1.0.0
- Author:
- Christian Tzolov
-
Method Summary
-
Method Details
-
resolve
Resolve theFunctionCallback
instance by its name.- Parameters:
name
- the name of the function to resolve- Returns:
- the
FunctionCallback
instance
-