Uses of Interface
org.thymeleaf.spring6.context.webflux.IReactiveDataDriverContextVariable
Packages that use IReactiveDataDriverContextVariable
-
Uses of IReactiveDataDriverContextVariable in org.thymeleaf.spring6.context.webflux
Subinterfaces of IReactiveDataDriverContextVariable in org.thymeleaf.spring6.context.webfluxModifier 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.Classes in org.thymeleaf.spring6.context.webflux that implement IReactiveDataDriverContextVariableModifier and TypeClassDescriptionclass
Basic implementation of theIReactiveDataDriverContextVariable
interface, including also the extensions specified inIReactiveSSEDataDriverContextVariable
.