Example usage for org.springframework.integration.handler.advice HandleMessageAdvice interface-usage

List of usage examples for org.springframework.integration.handler.advice HandleMessageAdvice interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.handler.advice HandleMessageAdvice interface-usage.

Usage

From source file org.springframework.integration.handler.advice.AbstractHandleMessageAdvice.java

/**
 * The base {@link HandleMessageAdvice} for advices which can be applied only
 * for the {@link MessageHandler#handleMessage(Message)}.
 *
 * @author Artem Bilan
 * @since 4.3.1

From source file org.springframework.integration.amqp.support.BoundRabbitChannelAdvice.java

/**
 * An advice that causes all downstream {@link RabbitOperations} operations to be executed
 * on the same channel, as long as there are no thread handoffs, since the channel is
 * bound to the thread. The same RabbitOperations must be used in this and all downstream
 * components. Typically used with a splitter or some other mechanism that would cause
 * multiple messages to be sent. Optionally waits for publisher confirms if the channel is