Package org.wildfly.service.capture
Interface ServiceValueExecutorRegistry<V>
- Type Parameters:
V- the captured value type
- All Superinterfaces:
FunctionExecutorRegistry<ServiceName,,V> ServiceValueRegistry<V>,ValueRegistry<ServiceName,V>
public interface ServiceValueExecutorRegistry<V>
extends ServiceValueRegistry<V>, FunctionExecutorRegistry<ServiceName,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.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
-