Class HttpMeterRegistrarAdapter

java.lang.Object
reactor.netty.http.client.HttpMeterRegistrarAdapter
All Implemented Interfaces:
ConnectionProvider.MeterRegistrar

public abstract class HttpMeterRegistrarAdapter extends Object implements ConnectionProvider.MeterRegistrar
An abstract adapter class for registering HTTP/2 or HTTP/3 specific metrics in a connection pool. This class implements the ConnectionProvider.MeterRegistrar interface and provides methods to register and deregister metrics specific to HTTP/2 or HTTP/3 connections.

This is useful for monitoring and managing the performance of HTTP/2 or HTTP/3 connections in a pool.

Since:
1.2.4
Author:
raccoonback