Interface FunctionExecutorRegistry<K,​V>

    • Method Detail

      • getExecutor

        FunctionExecutor<V> getExecutor​(K key)
        Returns the executor for the specified key.
        Parameters:
        key - a registry key
        Returns:
        an executor, or null, if no such executor exists in the registry