Uses of Class
org.redisson.client.protocol.pubsub.PubSubType
-
Packages that use PubSubType Package Description org.redisson org.redisson.client org.redisson.client.protocol.pubsub org.redisson.pubsub -
-
Uses of PubSubType in org.redisson
Methods in org.redisson with parameters of type PubSubType Modifier and Type Method Description boolean
PubSubMessageListener. onStatus(PubSubType type, CharSequence channel)
boolean
PubSubPatternMessageListener. onStatus(PubSubType type, CharSequence channel)
boolean
PubSubPatternStatusListener. onStatus(PubSubType type, CharSequence channel)
boolean
PubSubStatusListener. onStatus(PubSubType type, CharSequence channel)
-
Uses of PubSubType in org.redisson.client
Methods in org.redisson.client with parameters of type PubSubType Modifier and Type Method Description boolean
BaseRedisPubSubListener. onStatus(PubSubType type, CharSequence channel)
boolean
RedisPubSubListener. onStatus(PubSubType type, CharSequence channel)
boolean
SubscribeListener. onStatus(PubSubType type, CharSequence channel)
Constructors in org.redisson.client with parameters of type PubSubType Constructor Description SubscribeListener(ChannelName name, PubSubType type)
-
Uses of PubSubType in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return PubSubType Modifier and Type Method Description PubSubType
PubSubStatusMessage. getType()
static PubSubType
PubSubType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PubSubType[]
PubSubType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.client.protocol.pubsub with parameters of type PubSubType Constructor Description PubSubStatusMessage(PubSubType type, ChannelName channel)
-
Uses of PubSubType in org.redisson.pubsub
Methods in org.redisson.pubsub with parameters of type PubSubType Modifier and Type Method Description SubscribeListener
PubSubConnectionEntry. getSubscribeFuture(ChannelName channel, PubSubType type)
RFuture<Void>
PublishSubscribeService. removeListenerAsync(PubSubType type, ChannelName channelName, Integer... listenerIds)
RFuture<Void>
PublishSubscribeService. removeListenerAsync(PubSubType type, ChannelName channelName, EventListener listener)
RFuture<Codec>
PublishSubscribeService. unsubscribe(ChannelName channelName, PubSubType topicType)
RFuture<Void>
PublishSubscribeService. unsubscribe(PubSubType topicType, ChannelName channelName)
-