Uses of Interface
org.thymeleaf.spring5.context.webflux.IReactiveDataDriverContextVariable
-
Packages that use IReactiveDataDriverContextVariable Package Description org.thymeleaf.spring5.context.webflux -
-
Uses of IReactiveDataDriverContextVariable in org.thymeleaf.spring5.context.webflux
Subinterfaces of IReactiveDataDriverContextVariable in org.thymeleaf.spring5.context.webflux Modifier and Type Interface Description interface
IReactiveSSEDataDriverContextVariable
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.spring5.context.webflux that implement IReactiveDataDriverContextVariable Modifier and Type Class Description class
ReactiveDataDriverContextVariable
Basic implementation of theIReactiveDataDriverContextVariable
interface, including also the extensions specified inIReactiveSSEDataDriverContextVariable
.
-