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.fineract.module.stellar.service.UnprocessedEventObserver.java

@Component
public class UnprocessedEventObserver implements ApplicationEventPublisherAware {
    private final FineractPaymentEventRepository fineractPaymentEventRepository;
    private final Gson gson;
    private final Logger logger;
    private final StellarAdjustOfferEventRepository stellarAdjustOfferEventRepository;

From source file com.ebay.jetstream.event.esper.customaggregate.ESPAggrTest.java

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

From source file io.curly.gathering.GatheringActions.java

/**
 * Defines the action a list can be performed
 *  - mention someone
 *  - add a project
 *
 *

From source file org.springmodules.validation.valang.LifeCycleTestFunction.java

public class LifeCycleTestFunction extends AbstractFunction implements ApplicationContextAware, BeanFactoryAware,
        ResourceLoaderAware, MessageSourceAware, ApplicationEventPublisherAware, ServletContextAware {

    private Date timestamp = null;

    private Pattern pattern = null;

From source file to.sparks.mtgox.service.WebsocketClientService.java

/**
 *
 * @author SparksG
 */
class WebsocketClientService implements Runnable, MtGoxWebsocketClient, ApplicationEventPublisherAware,
        ApplicationListener<PacketEvent> {

From source file org.zenoss.zep.dao.impl.EventIndexQueueDaoImpl.java

/**
 * Implementation of EventIndexQueueDao.
 */
public class EventIndexQueueDaoImpl implements EventIndexQueueDao, ApplicationEventPublisherAware {

    private final SimpleJdbcOperations template;

From source file org.homiefund.api.service.impl.InviteServiceImpl.java

/**
 * Created by Dominik Szalai - emptulik at gmail.com on 25.9.2016.
 */
@Service
@Log4j2
public class InviteServiceImpl implements InviteService, ApplicationEventPublisherAware {

From source file org.springframework.cloud.consul.discovery.ConsulCatalogWatch.java

/**
 * @author Spencer Gibb
 */
@Slf4j
public class ConsulCatalogWatch implements ApplicationEventPublisherAware {

From source file de.thm.arsnova.services.FeedbackService.java

@Service
public class FeedbackService implements IFeedbackService, ApplicationEventPublisherAware {

    private static final int DEFAULT_SCHEDULER_DELAY = 5000;

    /**

From source file org.springmodules.validation.valang.parser.DefaultVisitor.java

/**
 * <p>Allows registration of custom functions. Custom functions can overwrite default functions.
 * <p/>
 * <p>Default functions are:
 * <p/>
 * <ul>