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 TypeInterfaceDescriptioninterfaceInterface 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 TypeClassDescriptionclassBasic implementation of theIReactiveDataDriverContextVariableinterface, including also the extensions specified inIReactiveSSEDataDriverContextVariable.