Example usage for org.springframework.context EnvironmentAware interface-usage

List of usage examples for org.springframework.context EnvironmentAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context EnvironmentAware interface-usage.

Usage

From source file org.springframework.amqp.rabbit.annotation.RabbitListenerAnnotationBeanPostProcessor.java

/**
 * Bean post-processor that registers methods annotated with {@link RabbitListener}
 * to be invoked by a AMQP message listener container created under the cover
 * by a {@link org.springframework.amqp.rabbit.listener.RabbitListenerContainerFactory}
 * according to the parameters of the annotation.
 *

From source file org.springframework.boot.actuate.endpoint.mvc.LogFileMvcEndpoint.java

/**
 * Controller that provides an API for logfiles, i.e. downloading the main logfile
 * configured in environment property 'logging.file' that is standard, but optional
 * property for spring-boot applications.
 *
 * @author Johannes Stelzer

From source file org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar.java

/**
 * Register a {@link SpringApplicationAdminMXBean} implementation to the platform
 * {@link MBeanServer}.
 *
 * @author Stephane Nicoll
 * @since 1.3.0

From source file org.springframework.boot.autoconfigure.AutoConfigurationImportSelector.java

/**
 * {@link DeferredImportSelector} to handle {@link EnableAutoConfiguration
 * auto-configuration}. This class can also be subclassed if a custom variant of
 * {@link EnableAutoConfiguration @EnableAutoConfiguration} is needed.
 *
 * @author Phillip Webb

From source file org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport.java

/**
 * Base {@link ImportBeanDefinitionRegistrar} used to auto-configure Spring Data
 * Repositories.
 * 
 * @author Phillip Webb
 * @author Dave Syer

From source file org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.java

/**
 * {@link BeanPostProcessor} to bind {@link PropertySources} to beans annotated with
 * {@link ConfigurationProperties}.
 *
 * @author Dave Syer
 * @author Phillip Webb

From source file org.springframework.cloud.commons.util.SpringFactoryImportSelector.java

/**
 * Selects configurations to load defined by the generic type T. Loads implementations
 * using {@link SpringFactoriesLoader}.
 *
 * @author Spencer Gibb
 * @author Dave Syer

From source file org.springframework.cloud.config.client.ConfigClientWatch.java

/**
 * @author Spencer Gibb
 */
public class ConfigClientWatch implements Closeable, EnvironmentAware {

    private static Log log = LogFactory.getLog(ConfigServicePropertySourceLocator.class);

From source file org.springframework.cloud.logging.LoggingRebinder.java

/**
 * Listener that looks for {@link EnvironmentChangeEvent} and rebinds logger levels if any
 * changed.
 *
 * @author Dave Syer
 *

From source file org.springframework.cloud.stream.config.BindingServiceProperties.java

/**
 * @author Dave Syer
 * @author Marius Bogoevici
 * @author Gary Russell
 * @author Ilayaperumal Gopinathan
 */