Package org.thymeleaf.spring6.context.webflux
package org.thymeleaf.spring6.context.webflux
-
ClassDescriptionInterface to be implemented by context variables wrapping asynchronous objects in the form of reactive data streams which are meant to drive the reactive-friendly execution of a template.Interface to be implemented by context variables wrapping asynchronous objects in the form of reactive data streams which are meant to drive the reactive-friendly execution of a template in SSE (Server-Sent Event) mode.Basic implementation of the
IReactiveDataDriverContextVariable
interface, including also the extensions specified inIReactiveSSEDataDriverContextVariable
.Implementation of theIThymeleafRequestContext
interface, meant to wrap a SpringRequestContext
object.