Class CfDataSourceEnvironmentPostProcessor

java.lang.Object
io.pivotal.cfenv.spring.boot.CfDataSourceEnvironmentPostProcessor
All Implemented Interfaces:
CfServiceEnablingEnvironmentPostProcessor, EventListener, org.springframework.boot.env.EnvironmentPostProcessor, ApplicationListener<ApplicationEvent>, Ordered

public class CfDataSourceEnvironmentPostProcessor extends Object implements CfServiceEnablingEnvironmentPostProcessor, Ordered, ApplicationListener<ApplicationEvent>
Author:
Mark Pollack, David Turanski
  • Constructor Details

    • CfDataSourceEnvironmentPostProcessor

      public CfDataSourceEnvironmentPostProcessor()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface Ordered
    • setOrder

      public void setOrder(int order)
    • postProcessEnvironment

      public void postProcessEnvironment(ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor
    • onApplicationEvent

      public void onApplicationEvent(ApplicationEvent event)
      Specified by:
      onApplicationEvent in interface ApplicationListener<ApplicationEvent>