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 TypeMethodDescriptionbooleanPubSubMessageListener.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 PubSubTypeModifier and TypeMethodDescriptionbooleanBaseRedisPubSubListener.onStatus(PubSubType type, CharSequence channel) booleanRedisPubSubListener.onStatus(PubSubType type, CharSequence channel) booleanSubscribeListener.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) PublishSubscribeService.unsubscribe(PubSubType topicType, ChannelName channelName) voidPubSubConnectionEntry.unsubscribe(PubSubType commandType, ChannelName channel, RedisPubSubListener<?> listener)