artnaseef commented on code in PR #5613:
URL: https://github.com/apache/activemq-artemis/pull/5613#discussion_r2035745494


##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/BridgeControl.java:
##########
@@ -140,4 +140,12 @@ public interface BridgeControl extends 
ActiveMQComponentControl {
    @Attribute(desc = "The metrics for this bridge. The 
messagesPendingAcknowledgement counter is incremented when the bridge is has 
forwarded a message but is waiting acknowledgement from the remote broker. The 
messagesAcknowledged counter is the number of messages actually received by the 
remote broker.")
    Map<String, Object> getMetrics();
 
+
+   /**
+    * Report the connection state of the bridge.
+    *
+    * {@return whether the bridge is actively connected to the remote broker}

Review Comment:
   Ahh, I see - the other methods had no description, so then brackets are 
required to distinguish the javadoc from a regular comment?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to