public class CredHubInterpolationServiceDataPostProcessor
extends java.lang.Object
implements org.springframework.cloud.cloudfoundry.ServiceDataPostProcessor
ServiceDataPostProcessor
that post-processes service
data from VCAP_SERVICES using the CredHub interpolation API.Constructor and Description |
---|
CredHubInterpolationServiceDataPostProcessor()
Initialize the service data post-processor.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.cloudfoundry.CloudFoundryRawServiceData |
process(org.springframework.cloud.cloudfoundry.CloudFoundryRawServiceData serviceData)
Process the provided serviceData parsed from VCAP_SERVICES by
Spring Cloud Connectors using the
CredHubInterpolationOperations.interpolateServiceData(ServicesData) API. |
public CredHubInterpolationServiceDataPostProcessor()
public org.springframework.cloud.cloudfoundry.CloudFoundryRawServiceData process(org.springframework.cloud.cloudfoundry.CloudFoundryRawServiceData serviceData)
CredHubInterpolationOperations.interpolateServiceData(ServicesData)
API.process
in interface org.springframework.cloud.cloudfoundry.ServiceDataPostProcessor
serviceData
- raw service data parsed from VCAP_SERVICES