Example usage for org.springframework.boot SpringApplicationRunListener interface-usage

List of usage examples for org.springframework.boot SpringApplicationRunListener interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot SpringApplicationRunListener interface-usage.

Usage

From source file com.github.totyumengr.minicubes.cluster.DiscardListener.java

public class DiscardListener implements SpringApplicationRunListener {

    static EmbeddedWebApplicationContext applicationContext;
    static CountDownLatch cdl = new CountDownLatch(1);

    /**

From source file org.springframework.boot.context.event.EventPublishingRunListener.java

/**
 * {@link SpringApplicationRunListener} to publish {@link SpringApplicationEvent}s.
 * <p>
 * Uses an internal {@link ApplicationEventMulticaster} for the events that are fired
 * before the context is actually refreshed.
 *