Package | Description |
---|---|
org.thymeleaf.spring5.context.webflux |
Modifier and Type | Interface and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ReactiveDataDriverContextVariable
Basic implementation of the
IReactiveDataDriverContextVariable interface, including also
the extensions specified in IReactiveSSEDataDriverContextVariable . |
Copyright © 2017 The THYMELEAF team. All rights reserved.