Example usage for org.springframework.context.event SmartApplicationListener interface-usage

List of usage examples for org.springframework.context.event SmartApplicationListener interface-usage

Introduction

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

Usage

From source file org.springframework.cloud.gateway.filter.WeightCalculatorWebFilter.java

/**
 * @author Spencer Gibb
 */
public class WeightCalculatorWebFilter implements WebFilter, Ordered, SmartApplicationListener {

    /**

From source file org.kuali.rice.ksb.messaging.config.KSBConfigurer.java

/**
 * Used to configure the embedded workflow. This could be used to configure
 * embedded workflow programmatically but mostly this is a base class by which
 * to hang specific configuration behavior off of through subclassing
 * 
 * @author Kuali Rice Team (rice.collab@kuali.org)