public class CassandraCfEnvProcessor extends Object implements CfEnvProcessor
| Constructor and Description |
|---|
CassandraCfEnvProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(io.pivotal.cfenv.core.CfService service)
Determine if a service is supported by this processor.
|
CfEnvProcessorProperties |
getProperties()
Properties describing a CfEnvProcessor, mainly used for better logging messages in
CfEnvProcessor. |
void |
process(io.pivotal.cfenv.core.CfCredentials cfCredentials,
Map<String,Object> properties)
Given the credentials of the single matching service, set the property values that will be used to
create the MapPropertySource.
|
public boolean accept(io.pivotal.cfenv.core.CfService service)
CfEnvProcessoraccept in interface CfEnvProcessorservice - a service to inspecttrue if the service matches criteria; false otherwisepublic void process(io.pivotal.cfenv.core.CfCredentials cfCredentials,
Map<String,Object> properties)
CfEnvProcessorprocess in interface CfEnvProcessorcfCredentials - Credentials of the single matching serviceproperties - map to set Spring Boot propertiespublic CfEnvProcessorProperties getProperties()
CfEnvProcessorCfEnvProcessor.getProperties in interface CfEnvProcessorCopyright © 2019 Pivotal Software, Inc.. All rights reserved.