Class ReactiveSubscription.PatternMessage<P,C,M>

java.lang.Object
org.springframework.data.redis.connection.ReactiveSubscription.ChannelMessage<C,M>
org.springframework.data.redis.connection.ReactiveSubscription.PatternMessage<P,C,M>
Type Parameters:
P - type of how the pattern is represented.
C - type of how the channel name is represented.
M - type of how the message is represented.
All Implemented Interfaces:
ReactiveSubscription.Message<C,M>
Enclosing interface:
ReactiveSubscription

public static class ReactiveSubscription.PatternMessage<P,C,M> extends ReactiveSubscription.ChannelMessage<C,M>
Value object for a Redis channel message received from a pattern subscription.
Since:
2.1
Author:
Mark Paluch, Christoph Strobl