Interface ISpringWebFluxWebExchange

All Superinterfaces:
IWebExchange

public interface ISpringWebFluxWebExchange extends IWebExchange

Spring WebFlux-based interface for a web exchange.

Note getSession() and IWebExchange.getPrincipal() might return null not only if they are indeed null, but also if they have not yet been resolved. These structures are declared as Mono<?> in WebFlux exchange and request structures, and will only be resolved just before the rendering of the view starts.

Since:
3.1.0
Author:
Daniel Fernández