Package org.wildfly.service.capture
Interface ValueRegistry<K,V>
-
- Type Parameters:
K- the registry key typeV- the registry value type
- All Known Subinterfaces:
ServiceValueExecutorRegistry<V>,ServiceValueRegistry<V>,ValueExecutorRegistry<K,V>
public interface ValueRegistry<K,V>A registry of values.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Consumer<V>add(K key)Adds a value registration for the specified keyvoidremove(K key)Removes the registration for the specified key
-