Example usage for org.springframework.messaging.handler.invocation.reactive HandlerMethodReturnValueHandler interface-usage

List of usage examples for org.springframework.messaging.handler.invocation.reactive HandlerMethodReturnValueHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.handler.invocation.reactive HandlerMethodReturnValueHandler interface-usage.

Usage

From source file org.springframework.messaging.handler.invocation.reactive.HandlerMethodReturnValueHandlerComposite.java

/**
 * A HandlerMethodReturnValueHandler that wraps and delegates to others.
 *
 * @author Rossen Stoyanchev
 * @since 5.2
 */

From source file org.springframework.messaging.handler.invocation.reactive.AbstractEncoderMethodReturnValueHandler.java

/**
 * Base class for a return value handler that encodes return values to
 * {@code Flux<DataBuffer>} through the configured {@link Encoder}s.
 *
 * <p>Subclasses must implement the abstract method
 * {@link #handleEncodedContent} to handle the resulting encoded content.