Skip to content

Commit 17177ba

Browse files
Update README.md
1 parent 3c5f66e commit 17177ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ AtlasRedisAPI uses a class-based listener system, with every class being its own
138138
// Only messages that are passed through the channel name given when registering the channel class will be passed onto this event.
139139
// So if this class is registered using RedisAPI.getInstance().registerChannel("cove", ExampleListener.class) then this class will only listen to messages coming through the "cove" channel.
140140
//
141-
public class ExampleListener implements RedisMessagingReceiveEvent {
141+
public class ExampleListener implements RedisMessagingReceiveInterface {
142142
@Override
143143
public void onMessage(String channel, String message) {
144144
System.out.println("test");

0 commit comments

Comments
 (0)