Uses of Interface
org.thymeleaf.spring6.context.webflux.IReactiveDataDriverContextVariable
-
Uses of IReactiveDataDriverContextVariable in org.thymeleaf.spring6.context.webflux
Modifier and TypeInterfaceDescriptioninterface
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.Modifier and TypeClassDescriptionclass
Basic implementation of theIReactiveDataDriverContextVariable
interface, including also the extensions specified inIReactiveSSEDataDriverContextVariable
.