public interface RegistryCollector<K,V>
Modifier and Type | Interface and Description |
---|---|
static interface |
RegistryCollector.Listener<K,V> |
Modifier and Type | Method and Description |
---|---|
void |
add(Registry<K,V> registry) |
void |
addListener(RegistryCollector.Listener<K,V> listener) |
Collection<Registry<K,V>> |
getRegistries() |
void |
remove(Registry<K,V> registry) |
void |
removeListener(RegistryCollector.Listener<K,V> listener) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.