Improvement - MessageListener should be annotated by @FunctionalInterface #4002

pull/4045/head
Nikita Koksharov 3 years ago
parent 76770710a9
commit 660138db14

@ -26,6 +26,7 @@ import java.util.EventListener;
*
* @see org.redisson.api.RTopic
*/
@FunctionalInterface
public interface MessageListener<M> extends EventListener {
/**

Loading…
Cancel
Save