Example usage for org.springframework.web.server WebFilter interface-usage

List of usage examples for org.springframework.web.server WebFilter interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.server WebFilter interface-usage.

Usage

From source file org.springframework.cloud.sleuth.instrument.web.TraceWebFilter.java

/**
 * A {@link WebFilter} that creates / continues / closes and detaches spans for a reactive
 * web application.
 *
 * @author Marcin Grzejszczak
 * @since 2.0.0

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

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

    /**