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

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

Introduction

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

Usage

From source file org.zenoss.zep.index.impl.EventIndexRebuilderImpl.java

/**
 * Utility used to rebuild the event index.
 */
public class EventIndexRebuilderImpl
        implements EventIndexRebuilder, ApplicationListener<IndexRebuildRequiredEvent> {
    private static final Logger logger = LoggerFactory.getLogger(EventIndexRebuilderImpl.class);

From source file com.ebay.pulsar.sessionizer.cluster.SessionizerLoopbackRingListener.java

/**
 * Listener to the jetstream scheduler to maintain the cluster info.
 * 
 * @author xingwang
 *
 */

From source file de.pksoftware.springstrap.core.service.AccountServiceBase.java

@Service
public abstract class AccountServiceBase
        implements IAccountService, ApplicationListener<InteractiveAuthenticationSuccessEvent> {

    private List<IdentityService> identityServices = new ArrayList<IdentityService>();

From source file com.ethercamp.harmony.service.JsonRpcUsageService.java

/**
 * Services for:
 *  - gathering statistics info of how many times RPC methods were called;
 *  - pushing updates to client side;
 *  - reading curl examples from conf file.
 */

From source file org.mifos.module.sms.listener.LoanRepaymentEventListener.java

@Component
public class LoanRepaymentEventListener implements ApplicationListener<LoanRepaymentEvent> {

    private static final Logger logger = LoggerFactory.getLogger(CreateClientEventListener.class);

    @Value("${message.template.loanrepayment}")

From source file de.iew.framework.audit.Log4jAuditAppender.java

/**
 * Implements a Log4j appender to fire Log4j messages as audit events.
 *
 * @author Manuel Schulze <manuel_schulze@i-entwicklung.de>
 * @since 02.02.13 - 21:51
 */

From source file com.hm.consul.ConsulApp.java

@SpringBootApplication
@EnableConsulUi
@RestController
@EnableConfigurationProperties
@Slf4j
public class ConsulApp implements ApplicationListener<SimpleRemoteEvent> {

From source file consul.Application.java

/**
 * @author Spencer Gibb, Kenny Bastani
 */
@SpringBootApplication
@EnableDiscoveryClient
@EnableConsulUi

From source file com.ebay.jetstream.event.processor.esper.ESPTest.java

/**
 * This test needs 'JETSTREAM_HOME' variable to be set to something like D:\path\EventProcessor
 *
 * @author snikolaev
 *
 */

From source file architecture.ee.spring.context.impl.ApplicationHelperImpl.java

/**
 * @author donghyuck
 */
public class ApplicationHelperImpl implements ApplicationHelper, ApplicationListener<ApplicationEvent> {

    private Log log = LogFactory.getLog(getClass());