Package reactor.netty.channel
@NullMarked
package reactor.netty.channel
Netty <-> Reactive Streams bridge via channel handler.
ChannelOperations
will be exposed as the user edge API
and extended by various protocols such as HTTP. It will convert incoming read into
NettyInbound.receive()
and apply read backpressure.
ChannelOperationsHandler
will tail the
channel pipeline and convert Publisher
to outgoing write.
-
ClassDescriptionAn exception marking prematurely or unexpectedly closed inbound.Base
ChannelHandler
for collecting metrics on protocol level.Channel meters.ChannelHandler
for collecting metrics on protocol level.Interface for recording metrics on protocol level.AChannelOperations
factory.ContextView
aware class for recording metrics on protocol level.Contains meters' tags values.ChannelHandler
for collecting metrics on protocol level.AChannelMetricsRecorder
implementation for integration with Micrometer.