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

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

Introduction

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

Usage

From source file org.springframework.cloud.gateway.actuate.GatewayEndpoint.java

/**
 * @author Spencer Gibb
 */
//TODO: move to new Spring Boot 2.0 actuator when ready
//@ConfigurationProperties(prefix = "endpoints.gateway")
@RestController

From source file org.springframework.cloud.gateway.handler.predicate.WeightRoutePredicateFactory.java

/**
 * @author Spencer Gibb
 */
// TODO: make this a generic Choose out of group predicate?
public class WeightRoutePredicateFactory extends AbstractRoutePredicateFactory<WeightConfig>
        implements ApplicationEventPublisherAware {

From source file org.springframework.cloud.gateway.route.RouteDefinitionRouteLocator.java

/**
 * {@link RouteLocator} that loads routes from a {@link RouteDefinitionLocator}.
 *
 * @author Spencer Gibb
 */
public class RouteDefinitionRouteLocator implements RouteLocator, BeanFactoryAware, ApplicationEventPublisherAware {

From source file org.springframework.cloud.gcp.data.spanner.core.SpannerTemplate.java

/**
 * An implementation of {@link SpannerOperations}.
 *
 * @author Chengyuan Zhao
 * @author Ray Tsang
 * @author Mike Eltsufin

From source file org.springframework.cloud.task.batch.handler.TaskJobLauncherCommandLineRunner.java

/**
 * {@link CommandLineRunner} to {@link JobLauncher launch} Spring Batch jobs. Runs all
 * jobs in the surrounding context by default and throw an exception upon the
 * first job that returns an {@link ExitStatus} of FAILED.
 * Can also be used to launch a specific job by providing a jobName. The
 * TaskJobLaunchercommandLineRunner takes the place of the

From source file org.springframework.cloud.zookeeper.config.ConfigWatcher.java

/**
 * Class that registers a {@link TreeCache} for each context.
 * It publishes events upon element change in Zookeeper.
 *
 * @author Spencer Gibb
 * @since 1.0.0

From source file org.springframework.data.document.mongodb.MongoTemplate.java

/**
 * Primary implementation of {@link MongoOperations}.
 *
 * @author Thomas Risberg
 * @author Graeme Rocher
 * @author Mark Pollack

From source file org.springframework.data.repository.init.ResourceReaderRepositoryPopulator.java

/**
 * A {@link RepositoryPopulator} using a {@link ResourceReader} to read objects from the configured {@link Resource}s.
 * 
 * @author Oliver Gierke
 * @since 1.4
 */

From source file org.springframework.flex.messaging.integration.IntegrationAdapter.java

/**
 * A {@link MessagingAdapter} implementation that enables sending and receiving messages via Spring Integration Message
 * Channels.
 * 
 * @author Mark Fisher
 */

From source file org.springframework.flex.messaging.jms.JmsAdapter.java

/**
 * A {@link MessagingAdapter} implementation that enables sending and receiving messages via JMS.
 * 
 * @author Mark Fisher
 * @author Jeremy Grelle
 */