Interface RedisPubSubMessage<V>
-
- Type Parameters:
V- the type of payload
- All Known Implementing Classes:
DefaultRedisPubSubMessage
public interface RedisPubSubMessage<V>A structure encapsulating the Redis pub/sub payload and the channel on which the message was sent. This structure is used when usingReactivePubSubCommands.subscribeAsMessages(String...)andReactivePubSubCommands.subscribeAsMessagesToPatterns(String...)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChannel()VgetPayload()
-