| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathProcessRegistry
Process registry reading information from the properties file located under the certain location in the classpath
(
META-INF/io/fabric8/process/spring/boot/registry/registry.properties). |
class |
CompositeProcessRegistry
The default type of the registry used by the Spring Boot container is the
CompositeProcessRegistry. |
class |
InMemoryProcessRegistry |
class |
ZooKeeperProcessRegistry
ProcessRegistry implementation reading properties from the ZooKeeper
nodes. |
| Modifier and Type | Method and Description |
|---|---|
static ProcessRegistry |
ProcessRegistryHolder.processRegistry() |
| Constructor and Description |
|---|
CompositeProcessRegistry(ProcessRegistry... registries) |
ProcessRegistryPropertySource(ProcessRegistry processRegistry) |
| Constructor and Description |
|---|
CompositeProcessRegistry(List<ProcessRegistry> registries) |
Copyright © 2011–2014 Red Hat. All rights reserved.