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 MethodsModifier and TypeMethodDescriptionstatic <V> ServiceValueExecutorRegistry<V>Creates a newServiceValueExecutorRegistry.Methods inherited from interface org.wildfly.service.capture.FunctionExecutorRegistry
getExecutorMethods inherited from interface org.wildfly.subsystem.service.capture.ServiceValueRegistry
captureMethods inherited from interface org.wildfly.service.capture.ValueRegistry
add, remove
-
Method Details
-
newInstance
Creates a newServiceValueExecutorRegistry.- Type Parameters:
V- the captured value type- Returns:
- a new value executor registry
-