Interface FunctionExecutorRegistry<V>

    • 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