public interface MessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(Message message,
byte[] pattern)
Callback for processing received objects through Redis.
|
void onMessage(Message message, @Nullable byte[] pattern)
message - message must not be null.pattern - pattern matching the channel (if specified) - can be null.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.