| Interface | Description |
|---|---|
| ProcessRegistry |
provides a unified way to access information shared by the managed processes.
|
| Class | Description |
|---|---|
| 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). |
| CompositeProcessRegistry |
The default type of the registry used by the Spring Boot container is the
CompositeProcessRegistry. |
| InMemoryProcessRegistry | |
| ProcessRegistries | |
| ProcessRegistryAutoConfiguration |
In order to use the Process Registry API directly, you can inject
ProcessRegistry into your Spring managed
beans. |
| ProcessRegistryHolder |
If for some reasons you can't inject `ProcessRegistry` into your Spring managed beans, you can access global registry
instance initialized per Spring Boot JVM using static
ProcessRegistryHolder#processRegistry() method. |
| ProcessRegistryPropertySource |
Property source reading properties values from the
ProcessRegistry. |
| ProcessRegistryPropertySourceApplicationContextInitializer |
ApplicationContextInitializer registering ProcessRegistryPropertySource. |
| ZooKeeperProcessRegistries | |
| ZooKeeperProcessRegistry |
ProcessRegistry implementation reading properties from the ZooKeeper
nodes. |
Copyright © 2011–2014 Red Hat. All rights reserved.