Example usage for org.springframework.integration.dispatcher MessageDispatcher interface-usage

List of usage examples for org.springframework.integration.dispatcher MessageDispatcher interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.dispatcher MessageDispatcher interface-usage.

Usage

From source file org.springframework.integration.dispatcher.AbstractDispatcher.java

/**
 * Base class for {@link MessageDispatcher} implementations.
 * <p>
 * The subclasses implement the actual dispatching strategy, but this base class
 * manages the registration of {@link MessageHandler}s. Although the implemented
 * dispatching strategies may invoke handles in different ways (e.g. round-robin