Uses of Interface
de.aristaflow.adept2.base.communication.GlobalRegistryServiceProvider
Packages that use GlobalRegistryServiceProvider
Package
Description
-
Uses of GlobalRegistryServiceProvider in de.aristaflow.adept2.base.communication
Methods in de.aristaflow.adept2.base.communication with parameters of type GlobalRegistryServiceProviderModifier and TypeMethodDescriptionvoidGlobalServiceExportConsumer.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 GlobalRegistryServiceProviderModifier and TypeClassDescriptionclassA service registry extends theLocalServiceRegistryto 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 GlobalRegistryServiceProviderModifier and TypeClassDescriptionclassThis 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 GlobalRegistryServiceProviderModifier and TypeClassDescriptionclassTwoPhaseBootstrap<T extends ADEPT2Service>A bootstrap registry that bootstraps and shuts down in two phases.