Example usage for org.springframework.messaging ReactiveMessageHandler interface-usage

List of usage examples for org.springframework.messaging ReactiveMessageHandler interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging ReactiveMessageHandler interface-usage.

Usage

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

/**
 * Abstract base class for reactive HandlerMethod-based message handling.
 * Provides most of the logic required to discover handler methods at startup,
 * find a matching handler method at runtime for a given message and invoke it.
 *
 * <p>Also supports discovering and invoking exception handling methods to process