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 booleanPubSubMessageListener. onStatus(PubSubType type, CharSequence channel)booleanPubSubPatternMessageListener. onStatus(PubSubType type, CharSequence channel)booleanPubSubPatternStatusListener. onStatus(PubSubType type, CharSequence channel)booleanPubSubStatusListener. 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 booleanBaseRedisPubSubListener. onStatus(PubSubType type, CharSequence channel)booleanRedisPubSubListener. onStatus(PubSubType type, CharSequence channel)booleanSubscribeListener. 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 PubSubTypePubSubStatusMessage. getType()static PubSubTypePubSubType. 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 SubscribeListenerPubSubConnectionEntry. 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)
-