Example usage for org.springframework.web.method.support AsyncHandlerMethodReturnValueHandler interface-usage

List of usage examples for org.springframework.web.method.support AsyncHandlerMethodReturnValueHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.method.support AsyncHandlerMethodReturnValueHandler interface-usage.

Usage

From source file io.jmnarloch.spring.boot.rxjava.mvc.SingleReturnValueHandler.java

/**
 * A specialized {@link AsyncHandlerMethodReturnValueHandler} that handles {@link Single} return types.
 *
 * @author Jakub Narloch
 * @see SingleDeferredResult
 */

From source file io.jmnarloch.spring.boot.rxjava.mvc.ObservableReturnValueHandler.java

/**
 * A specialized {@link AsyncHandlerMethodReturnValueHandler} that handles {@link Observable} return types.
 *
 * @author Jakub Narloch
 * @see ObservableDeferredResult
 */

From source file org.springframework.cloud.function.web.flux.response.FluxReturnValueHandler.java

/**
 * A specialized {@link AsyncHandlerMethodReturnValueHandler} that handles {@link Flux}
 * return types.
 *
 * @author Dave Syer
 */