Example usage for org.springframework.messaging.tcp TcpOperations interface-usage

List of usage examples for org.springframework.messaging.tcp TcpOperations interface-usage

Introduction

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

Usage

From source file org.springframework.messaging.tcp.reactor.ReactorTcpClient.java

/**
 * An implementation of {@link org.springframework.messaging.tcp.TcpOperations}
 * based on the TCP client support of the Reactor project.
 *
 * @author Rossen Stoyanchev
 * @since 4.0

From source file org.springframework.messaging.tcp.reactor.ReactorNettyTcpClient.java

/**
 * Reactor Netty based implementation of {@link TcpOperations}.
 *
 * @author Rossen Stoyanchev
 * @author Stephane Maldini
 * @since 5.0