Skip to content

Commit

Permalink
Implement MessageConsumer interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sajinieKavindya committed Jan 2, 2025
1 parent 8cddd0a commit 96acda3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ public void setId(int i) {
public String getId() {
return null;
}

@Override
public boolean reInitialize() {

return false;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ public void setId(int i) {
public String getId() {
return null;
}

@Override
public boolean reInitialize() {

return false;
}
}

0 comments on commit 96acda3

Please sign in to comment.