Interface FunctionExecutorRegistry<T>

  • Type Parameters:
    T - the argument type of the function executor
    All Known Implementing Classes:
    ServiceValueExecutorRegistry

    public interface FunctionExecutorRegistry<T>
    Registry of FunctionExecutor objects.
    Author:
    Paul Ferraro
    • Method Detail

      • get

        FunctionExecutor<T> get​(org.jboss.msc.service.ServiceName name)
        Returns the function executor for the service installed using the specified name.
        Parameters:
        name - a service name
        Returns:
        a function executor