Uses of Interface
de.aristaflow.adept2.base.communication.GlobalRegistryServiceProvider
-
-
Uses of GlobalRegistryServiceProvider in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication with parameters of type GlobalRegistryServiceProvider Modifier and Type Method Description void
GlobalServiceExportConsumer. setExportService(Supplier<SessionFactory> sfProvider, String clusterName, GlobalRegistryServiceProvider globRegProvider)
Sets the global service for exporting. -
Uses of GlobalRegistryServiceProvider in de.aristaflow.adept2.base.registry
Classes in de.aristaflow.adept2.base.registry that implement GlobalRegistryServiceProvider Modifier and Type Class Description class
ServiceRegistry
A service registry extends theLocalServiceRegistry
to support export and publishing of local services as well as accessing remote services. -
Uses of GlobalRegistryServiceProvider in de.aristaflow.adept2.core.registry
Classes in de.aristaflow.adept2.core.registry that implement GlobalRegistryServiceProvider 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 GlobalRegistryServiceProvider in de.aristaflow.adept2.core.registry.twophase
Classes in de.aristaflow.adept2.core.registry.twophase that implement GlobalRegistryServiceProvider Modifier and Type Class Description class
TwoPhaseBootstrap<T extends ADEPT2Service>
A bootstrap registry that bootstraps and shuts down in two phases.
-