Class serverWebExchangeDecorator

java.lang.Object
org.springframework.web.server.serverWebExchangeDecorator
All Implemented Interfaces:
serverWebExchange

public class serverWebExchangeDecorator extends Object implements serverWebExchange
A convenient base class for classes that need to wrap another serverWebExchange. Pre-implements all methods by delegating to the wrapped instance.

Note: if the purpose for using a decorator is to override properties like getPrincipal(), consider using serverWebExchange.mutate() instead.

since:
5.0
Author:
Rossen stoyanchev
see Also: