Example usage for org.springframework.context.event AbstractApplicationEventMulticaster subclass-usage

List of usage examples for org.springframework.context.event AbstractApplicationEventMulticaster subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.event AbstractApplicationEventMulticaster subclass-usage.

Usage

From source file br.com.valecard.context.event.ChoiceTaskExecutorApplicationEventMulticaster.java

/**
 *
 * @author Marcos
 */
public class ChoiceTaskExecutorApplicationEventMulticaster extends AbstractApplicationEventMulticaster {

From source file org.trpr.platform.core.impl.event.PlatformEventMulticaster.java

/**
 * The <code>PlatformEventMulticaster</code> is a sub-type of the Spring {@link AbstractApplicationEventMulticaster} that permits specifying 
 * URI endpoints of all subscriptions that this multi-caster entertains. 
 * 
 * Platform {@link EndpointEventConsumer} instances registered in the same ApplicationContext may specify subscription URIs. This multi-caster
 * supports routing only {@link PlatformApplicationEvent} instances to registered ApplicationListener instances where subscriptions match the

From source file org.trpr.platform.servicefw.impl.event.PlatformEventMulticaster.java

/**
 * The <code>PlatformEventMulticaster</code> is a sub-type of the Spring {@link AbstractApplicationEventMulticaster} that permits specifying 
 * URI endpoints of all subscriptions that this multi-caster entertains. 
 * 
 * Platform {@link ServiceEventConsumer} instances registered in the same ApplicationContext may specify subscription URIs. This multi-caster
 * supports routing only {@link PlatformApplicationEvent} instances to registered ApplicationListener instances where subscriptions match the

From source file org.springframework.context.event.SimpleApplicationEventMulticaster.java

/**
 * Simple implementation of the {@link ApplicationEventMulticaster} interface.
 *
 * <p>Multicasts all events to all registered listeners, leaving it up to
 * the listeners to ignore events that they are not interested in.
 * Listeners will usually perform corresponding {@code instanceof}