Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class RouterFunctionBuilder(routerSpecs: RouterSpecs, routeHandlerFunctionRegistrar: RouteHandlerFunctionRegistrar)

org.springframework.web.reactive.function.server.support.RouterFunctionMapping

Functions

Link copied to clipboard
fun Flux<ServerSentEvent<String>>.errorResume(request: ServerRequest, exceptionHandler: RequestExceptionHandler): Flux<ServerSentEvent<String>>
Link copied to clipboard
fun Flux<AggregateId>.toBatchResult(afterId: String): Mono<BatchResult>
Link copied to clipboard
fun Flux<CommandResult>.toCommandResponse(request: ServerRequest, exceptionHandler: RequestExceptionHandler): Mono<ServerResponse>
Link copied to clipboard
fun Flux<ServerSentEvent<String>>.toEventStreamResponse(request: ServerRequest, exceptionHandler: RequestExceptionHandler): Mono<ServerResponse>
Link copied to clipboard
fun Throwable.toResponseEntity(): ResponseEntity<ErrorInfo>
Link copied to clipboard
fun ErrorInfo.toServerResponse(): Mono<ServerResponse>
fun <T : Any> Flux<T>.toServerResponse(request: ServerRequest, exceptionHandler: RequestExceptionHandler): Mono<ServerResponse>
fun Mono<*>.toServerResponse(request: ServerRequest, exceptionHandler: RequestExceptionHandler): Mono<ServerResponse>