Package cn.sliew.milky.component
Interface ComponentRegistry<E extends Component,C>
-
- All Superinterfaces:
ComponentLookupService,Iterable<E>,Registry<E,C>
- All Known Implementing Classes:
AbstractComponentRegistry
public interface ComponentRegistry<E extends Component,C> extends ComponentLookupService, Registry<E,C>
-
-
Method Summary
-
Methods inherited from interface cn.sliew.milky.component.ComponentLookupService
exists, exists, lookup, lookup, lookup, lookup
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface cn.sliew.milky.registry.Registry
addConfiguration, exist, find, getConfiguration, getDefaultConfig, registerListener, remove, replace
-
-