JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.kamikazejam.kamicommon.redis.callback
RedisChannelCallback
Contents
Description
Method Summary
Method Details
onMessage(String, String)
Hide sidebar
Show sidebar
Interface RedisChannelCallback
public interface
RedisChannelCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onMessage
(
String
channel, @NotNull
String
message)
Method Details
onMessage
void
onMessage
(
String
channel, @NotNull @NotNull
String
message)
Parameters:
channel
- The channel the message was received on
message
- The raw string message received by the channel