Class DefaultMetricsGateway
- java.lang.Object
-
- io.fluxcapacitor.javaclient.publishing.DefaultMetricsGateway
-
- All Implemented Interfaces:
MetricsGateway
public class DefaultMetricsGateway extends Object implements MetricsGateway
-
-
Constructor Summary
Constructors Constructor Description DefaultMetricsGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublish(Object payload, Metadata metadata)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fluxcapacitor.javaclient.publishing.MetricsGateway
publish
-
-
-
-
Method Detail
-
publish
public void publish(Object payload, Metadata metadata)
- Specified by:
publishin interfaceMetricsGateway
-
-