Package | Description |
---|---|
org.springframework.web.reactive.function.server |
Provides the types that make up Spring's functional web framework for Reactive environments.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<RenderingResponse> |
RenderingResponse.Builder.build()
Build the response.
|
Modifier and Type | Method and Description |
---|---|
static RenderingResponse.Builder |
RenderingResponse.from(RenderingResponse other)
Create a builder with the template name, status code, headers and model of the given response.
|