Package org.wildfly.service.capture
Interface ValueExecutorRegistry<K,V>
- Type Parameters:
K- the registry key typeV- the registry value type
- All Superinterfaces:
FunctionExecutorRegistry<K,,V> ValueRegistry<K,V>
public interface ValueExecutorRegistry<K,V>
extends ValueRegistry<K,V>, FunctionExecutorRegistry<K,V>
A registry of captured values.
- Author:
- Paul Ferraro
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <K,V> ValueExecutorRegistry<K, V> Creates a new registry of values.Methods inherited from interface org.wildfly.service.capture.FunctionExecutorRegistry
getExecutorMethods inherited from interface org.wildfly.service.capture.ValueRegistry
add, remove
-
Method Details
-
newInstance
Creates a new registry of values.- Type Parameters:
K- the registry key typeV- the registry value type- Returns:
- a new registry instance
-