| Interface | Description |
|---|---|
| CfEnvProcessor |
Implementations will be called by
CfEnvironmentPostProcessor to
find a specific type of service and set Spring Boot properties. |
| CfServiceEnablingEnvironmentPostProcessor |
Implementations can disable a service by setting a Spring boot property
cfenv.service.<serviceName>.enabled=false. |
| Class | Description |
|---|---|
| AmqpCfEnvProcessor |
Retrieve AMQP properties from
CfCredentials and set spring.rabbitmq
Boot properties. |
| CassandraCfEnvProcessor | |
| CfDataSourceEnvironmentPostProcessor | |
| CfEnvironmentPostProcessor |
An EnvironmentPostProcessor that iterates over
CfEnvProcessor implementations to contribute
Spring Boot properties for bound Cloud Foundry Services. |
| CfEnvProcessorProperties |
Properties describing a CfEnvProcessor, mainly used for better logging messages in
CfEnvProcessor. |
| CfEnvProcessorProperties.Builder | |
| ConnectorLibraryDetector |
Determine if the Connector Library is on the classpath
|
| CredHubCfEnvProcessor |
Retrieve CredHub secrets from
CfCredentials and set Boot properties. |
| DeferredLog |
Deferred
Log that can be used to store messages that shouldn't be written until
the logging system is fully initialized. |
| MongoCfEnvProcessor |
Retrieve MongoDB properties from
CfCredentials and set
spring.mongodb Boot properties. |
| RedisCfEnvProcessor |
Retrieve Redis properties from
CfCredentials and set spring.redis
Boot properties. |
| VaultCfEnvProcessor |
| Enum | Description |
|---|---|
| LogLevel |
Logging levels supported by a LoggingSystem.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.