Package io.pivotal.cfenv.boot.scs
Class CfEurekaClientProcessor
java.lang.Object
io.pivotal.cfenv.boot.scs.CfEurekaClientProcessor
- All Implemented Interfaces:
io.pivotal.cfenv.spring.boot.CfEnvProcessor
public class CfEurekaClientProcessor
extends Object
implements io.pivotal.cfenv.spring.boot.CfEnvProcessor
Sets eureka-client properties with values found in service bindings of a
spring-cloud-services service-registry service instance.
- Author:
- Will Tran, Dylan Roberts
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CfEurekaClientProcessor
public CfEurekaClientProcessor()
-
-
Method Details
-
accept
public boolean accept(io.pivotal.cfenv.core.CfService service) - Specified by:
acceptin interfaceio.pivotal.cfenv.spring.boot.CfEnvProcessor
-
process
public void process(io.pivotal.cfenv.core.CfCredentials cfCredentials, Map<String, Object> properties) - Specified by:
processin interfaceio.pivotal.cfenv.spring.boot.CfEnvProcessor
-
getProperties
public io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties getProperties()- Specified by:
getPropertiesin interfaceio.pivotal.cfenv.spring.boot.CfEnvProcessor
-