Class CamundaClientPropertiesPostProcessor
java.lang.Object
io.camunda.spring.client.properties.CamundaClientPropertiesPostProcessor
- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class CamundaClientPropertiesPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCamundaClientPropertiesPostProcessor(org.springframework.boot.logging.DeferredLogFactory deferredLogFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
-
Field Details
-
CAMUNDA_CLIENT_AUTH_METHOD
- See Also:
-
CAMUNDA_CLIENT_MODE
- See Also:
-
-
Constructor Details
-
CamundaClientPropertiesPostProcessor
public CamundaClientPropertiesPostProcessor(org.springframework.boot.logging.DeferredLogFactory deferredLogFactory)
-
-
Method Details
-
postProcessEnvironment
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application) - Specified by:
postProcessEnvironmentin interfaceorg.springframework.boot.env.EnvironmentPostProcessor
-