Uses of Class
de.aristaflow.adept2.base.registry.ServiceRegistry
-
Packages that use ServiceRegistry Package Description de.aristaflow.adept2.core.registry de.aristaflow.adept2.core.registry.twophase -
-
Uses of ServiceRegistry in de.aristaflow.adept2.core.registry
Subclasses of ServiceRegistry in de.aristaflow.adept2.core.registry Modifier and Type Class Description class
BootstrapRegistry
This bootstrap registry is the central entity from which other registries and services can be retrieved. -
Uses of ServiceRegistry in de.aristaflow.adept2.core.registry.twophase
Subclasses of ServiceRegistry in de.aristaflow.adept2.core.registry.twophase Modifier and Type Class Description class
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
-