Uses of Interface
org.springframework.web.reactive.function.server.ServerResponse.Context
Packages that use ServerResponse.Context
Package
Description
Provides the types that make up Spring's functional web framework for Reactive environments.
- 
Uses of ServerResponse.Context in org.springframework.web.reactive.function.serverMethods in org.springframework.web.reactive.function.server with parameters of type ServerResponse.ContextModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>ServerResponse.writeTo(ServerWebExchange exchange, ServerResponse.Context context) Write this response to the given web exchange.Method parameters in org.springframework.web.reactive.function.server with type arguments of type ServerResponse.ContextModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ServerResponse>ServerResponse.HeadersBuilder.build(BiFunction<ServerWebExchange, ServerResponse.Context, reactor.core.publisher.Mono<Void>> writeFunction) Build the response entity with a custom writer function.