Interface FunctionExecutorRegistry<T>
-
- Type Parameters:
T- the argument type of the function executor
- All Known Implementing Classes:
ServiceValueExecutorRegistry
public interface FunctionExecutorRegistry<T>Registry ofFunctionExecutorobjects.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionExecutor<T>get(org.jboss.msc.service.ServiceName name)Returns the function executor for the service installed using the specified name.
-
-
-
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
-
-