Class CustomRuntimeEnvironmentPostProcessor

java.lang.Object
org.springframework.cloud.function.adapter.aws.CustomRuntimeEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class CustomRuntimeEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Adds default properties to the environment for running a custom runtime in AWS.
Author:
Dave Syer, Oleg Zhurakousky
  • Constructor Details

    • CustomRuntimeEnvironmentPostProcessor

      public CustomRuntimeEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

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