Package org.springframework.messaging.tcp.reactor
@NonNullApi
@NonNullFields
package org.springframework.messaging.tcp.reactor
Contains support for TCP messaging based on Reactor.
-
ClassDescriptionConvenient base class for
ReactorNettyCodecimplementations that need to work with NIOByteBuffers.Deprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementDeprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementSimple holder for a decodingFunctionand an encodingBiConsumerto use with Reactor Netty.Reactor Netty based implementation ofTcpOperations.Reactor Netty based implementation ofTcpConnection.Contract to encode and decode aMessageto and from aByteBufferallowing a higher-level protocol (for example, STOMP over TCP) to plug in.