Class DefaultMetricsGateway

java.lang.Object
io.fluxzero.sdk.common.AbstractNamespaced<MetricsGateway>
io.fluxzero.sdk.publishing.DefaultMetricsGateway
All Implemented Interfaces:
Namespaced<MetricsGateway>, MetricsGateway, HasLocalHandlers

public class DefaultMetricsGateway extends AbstractNamespaced<MetricsGateway> 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: