Interface FunctionExecutorRegistry<K,V>

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

public interface FunctionExecutorRegistry<K,V>
Registry of FunctionExecutor objects.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the executor for the specified key, if one exists.
  • Method Details

    • getExecutor

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