Interface ServiceValueExecutorRegistry<V>
-
- Type Parameters:
V- the captured value type
- All Superinterfaces:
FunctionExecutorRegistry<V>,ServiceValueRegistry<V>
public interface ServiceValueExecutorRegistry<V> extends ServiceValueRegistry<V>, FunctionExecutorRegistry<V>
A registry of captured values.- Author:
- Paul Ferraro
-
-
Method Summary
Static Methods Modifier and Type Method Description static <V> ServiceValueExecutorRegistry<V>create()Creates a newServiceValueExecutorRegistry.-
Methods inherited from interface org.wildfly.subsystem.service.capture.FunctionExecutorRegistry
getExecutor
-
Methods inherited from interface org.wildfly.subsystem.service.capture.ServiceValueRegistry
add, remove
-
-
-
-
Method Detail
-
create
static <V> ServiceValueExecutorRegistry<V> create()
Creates a newServiceValueExecutorRegistry.- Type Parameters:
V- the captured value type- Returns:
- a new value executor registry
-
-