Skip to content

Commit

Permalink
Remove deprecated ListenerLowCardinalityTags.DELIVERY_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Dec 14, 2024
1 parent 1c49e57 commit 43f26eb
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @author Gary Russell
* @author Vincent Meunier
* @author Artem Bilan
* @author Ngoc Nhan
*
* @since 3.0
*/
Expand Down Expand Up @@ -84,24 +85,6 @@ public String asString() {
return "messaging.destination.name";
}

},

/**
* The delivery tag.
* After deprecation this key is not exposed as a low cardinality tag.
*
* @since 3.2
*
* @deprecated in favor of {@link ListenerHighCardinalityTags#DELIVERY_TAG}
*/
@Deprecated(since = "3.2.1", forRemoval = true)
DELIVERY_TAG {

@Override
public String asString() {
return "messaging.rabbitmq.message.delivery_tag";
}

}

}
Expand Down

0 comments on commit 43f26eb

Please sign in to comment.