ARTEMIS-5062 ClusterConnectionControl has wrong annotation
This commit is contained in:
parent
5808985a6a
commit
1f90b5be0d
|
@ -141,8 +141,8 @@ public interface ClusterConnectionControl extends ActiveMQComponentControl {
|
||||||
*
|
*
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
@Attribute(desc = "The metrics for the bridge by nodeId. The messagesPendingAcknowledgement counter is incremented when the bridge is has forwarded a message but is waiting acknowledgement from the other broker. The messagesAcknowledged counter is the number of messages actually received by the remote broker for this bridge.")
|
@Operation(desc = "The metrics for the bridge by nodeId. The messagesPendingAcknowledgement counter is incremented when the bridge is has forwarded a message but is waiting acknowledgement from the other broker. The messagesAcknowledged counter is the number of messages actually received by the remote broker for this bridge.")
|
||||||
Map<String, Object> getBridgeMetrics(String nodeId) throws Exception;
|
Map<String, Object> getBridgeMetrics(@Parameter(name = "nodeId", desc = "The target node ID") String nodeId) throws Exception;
|
||||||
|
|
||||||
@Attribute(desc = "The Producer Window Size used by the Cluster Connection")
|
@Attribute(desc = "The Producer Window Size used by the Cluster Connection")
|
||||||
long getProducerWindowSize();
|
long getProducerWindowSize();
|
||||||
|
|
Loading…
Reference in New Issue