public interface RedisMessageListener
RedisSubscription
PIModifier and Type | Method and Description |
---|---|
void |
receive(SubscriptionInfo subscriptionInfo,
String channelName,
Object message)
Called when a message is received.
|
void receive(SubscriptionInfo subscriptionInfo, String channelName, Object message) throws Exception
subscriptionInfo
- Subscription InfochannelName
- Channel Name which is required in case of a pattern subscriptionmessage
- The messageException
- In case of an errorCopyright © 2013- Suresh Mahalingam. All Rights Reserved.