Skip to content

Commit

Permalink
remove url from pulsar getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Mar 8, 2023
1 parent 7b96dc2 commit e639d8e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ public String getProtocolVersion(Message<?> message) {
return null;
}

@Nullable
@Override
public String getUrl(Message<?> message) {
return null;
}

@Nullable
@Override
public String getConversationId(Message<?> message) {
Expand Down

0 comments on commit e639d8e

Please sign in to comment.