Skip to content

Commit

Permalink
Adapt to EventBusMetrics handlerRegistered callback repliedAddress ar…
Browse files Browse the repository at this point in the history
…gument removal
  • Loading branch information
vietj committed Oct 5, 2023
1 parent 0e4b9f7 commit 2be702a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static boolean isInternal(String address) {
}

@Override
public Handler handlerRegistered(String address, String repliedAddress) {
public Handler handlerRegistered(String address) {
if (isInternal(address)) {
// Ignore internal metrics
return IGNORED;
Expand Down

0 comments on commit 2be702a

Please sign in to comment.