Example usage for org.springframework.messaging.core MessageSendingOperations interface-usage

List of usage examples for org.springframework.messaging.core MessageSendingOperations interface-usage

Introduction

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

Usage

From source file org.springframework.messaging.core.AbstractMessageSendingTemplate.java

/**
 * Abstract base class for implementations of {@link MessageSendingOperations}.
 *
 * @author Mark Fisher
 * @author Rossen Stoyanchev
 * @author Stephane Nicoll