Class DefaultMetricsGateway

java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultMetricsGateway
All Implemented Interfaces:
MetricsGateway, HasLocalHandlers

public class DefaultMetricsGateway extends Object implements MetricsGateway
Default implementation of the MetricsGateway interface.

This class delegates all functionality to an underlying GenericGateway instance, enabling the use of metrics gateway methods while leveraging the generic gateway's capabilities.

See Also:
  • Constructor Details

    • DefaultMetricsGateway

      public DefaultMetricsGateway()
  • Method Details