Uses of Enum
org.redisson.client.protocol.pubsub.PubSubType
Packages that use PubSubType
Package
Description
-
Uses of PubSubType in org.redisson
Methods in org.redisson with parameters of type PubSubTypeModifier and TypeMethodDescriptionvoidPubSubMessageListener.onStatus(PubSubType type, CharSequence channel) voidPubSubPatternMessageListener.onStatus(PubSubType type, CharSequence channel) voidPubSubPatternStatusListener.onStatus(PubSubType type, CharSequence channel) voidPubSubStatusListener.onStatus(PubSubType type, CharSequence channel) -
Uses of PubSubType in org.redisson.client
Methods in org.redisson.client with parameters of type PubSubTypeModifier and TypeMethodDescriptionvoidBaseRedisPubSubListener.onStatus(PubSubType type, CharSequence channel) default voidRedisPubSubListener.onStatus(PubSubType type, CharSequence channel) voidSubscribeListener.onStatus(PubSubType type, CharSequence channel) io.netty.channel.ChannelFutureRedisPubSubConnection.unsubscribe(PubSubType type, ChannelName... channels) Constructors in org.redisson.client with parameters of type PubSubType -
Uses of PubSubType in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return PubSubTypeModifier and TypeMethodDescriptionPubSubStatusMessage.getType()static PubSubTypeReturns 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 -
Uses of PubSubType in org.redisson.pubsub
Methods in org.redisson.pubsub with parameters of type PubSubTypeModifier and TypeMethodDescriptionPubSubConnectionEntry.getSubscribeFuture(ChannelName channel, PubSubType type) PublishSubscribeService.removeAllListenersAsync(PubSubType type, ChannelName channelName) PublishSubscribeService.removeListenerAsync(PubSubType type, ChannelName channelName, Integer... listenerIds) PublishSubscribeService.removeListenerAsync(PubSubType type, ChannelName channelName, EventListener listener) voidPubSubConnectionEntry.subscribe(Codec codec, PubSubType type, ChannelName channelName, CompletableFuture<Void> subscribeFuture) PublishSubscribeService.unsubscribe(ChannelName channelName, PubSubType topicType) voidPubSubConnectionEntry.unsubscribe(PubSubType commandType, ChannelName channel, RedisPubSubListener<?> listener) PublishSubscribeService.unsubscribeLocked(PubSubType topicType, ChannelName channelName)