Interface ServiceValueExecutorRegistry<V>
-
- Type Parameters:
V- the captured value type
- All Superinterfaces:
org.wildfly.service.capture.FunctionExecutorRegistry<ServiceDependency<V>,V>,FunctionExecutorRegistry<V>,ServiceValueRegistry<V>,org.wildfly.service.capture.ValueRegistry<ServiceDependency<V>,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>newInstance()Creates a newServiceValueExecutorRegistry.-
Methods inherited from interface org.wildfly.subsystem.service.capture.ServiceValueRegistry
capture
-
-
-
-
Method Detail
-
newInstance
static <V> ServiceValueExecutorRegistry<V> newInstance()
Creates a newServiceValueExecutorRegistry.- Type Parameters:
V- the captured value type- Returns:
- a new value executor registry
-
-