Skip to content

Add Pub/Sub callbacks for subscribed/unsubscribed events [DATAREDIS-1129] #1697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Apr 22, 2020 · 1 comment
Assignees
Labels
status: superseded An issue that has been superseded by another

Comments

@spring-projects-issues
Copy link

Mark Paluch opened DATAREDIS-1129 and commented

We should allow to get notified once a pub/sub activity (subscribe/unsubscribe at channel/pattern) has happened. Ideally an extension along the lines of:

MessageListener {

 default void onSubscribe(Topic) {}
 default void onUnsubscribe(Topic) {}
}

 

 


No further details from DATAREDIS-1129

@mp911de
Copy link
Member

mp911de commented Jul 13, 2021

Superseded by #2054.

@mp911de mp911de closed this as completed Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

No branches or pull requests

2 participants