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