Class AMQPBridgeMetrics
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.bridge.AMQPBridgeMetrics
A Metrics class that supports nesting to provide various elements in the bridge
space a view of its own Metrics for bridging operations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMetrics for a single receiver instance that will also updates to the parents when the Metrics are updated by the receiver.static classMetrics for a single sender instance that will also updates to the parents when the Metrics are updated by the sender. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AMQPBridgeMetrics
public AMQPBridgeMetrics()
-
-
Method Details
-
getMessagesSent
public long getMessagesSent() -
getMessagesReceived
public long getMessagesReceived()
-