Class BusEnvironmentPostProcessor

  • All Implemented Interfaces:
    org.springframework.boot.env.EnvironmentPostProcessor

    public class BusEnvironmentPostProcessor
    extends Object
    implements org.springframework.boot.env.EnvironmentPostProcessor
    EnvironmentPostProcessor that sets the default properties for the Bus.
    Since:
    1.0.0
    Author:
    Dave Syer
    • Constructor Detail

      • BusEnvironmentPostProcessor

        public BusEnvironmentPostProcessor()
    • Method Detail

      • 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
      • addOrReplace

        public static void addOrReplace​(org.springframework.core.env.MutablePropertySources propertySources,
                                        Map<String,​Object> map,
                                        String propertySourceName,
                                        boolean first)