Uses of Class
org.redisson.client.ChannelName
-
Packages that use ChannelName Package Description org.redisson.client org.redisson.client.handler org.redisson.client.protocol.pubsub org.redisson.pubsub -
-
Uses of ChannelName in org.redisson.client
Methods in org.redisson.client that return types with arguments of type ChannelName Modifier and Type Method Description Map<ChannelName,Codec>RedisPubSubConnection. getChannels()Map<ChannelName,Codec>RedisPubSubConnection. getPatternChannels()Methods in org.redisson.client with parameters of type ChannelName Modifier and Type Method Description io.netty.channel.ChannelFutureRedisPubSubConnection. psubscribe(Codec codec, ChannelName... channels)io.netty.channel.ChannelFutureRedisPubSubConnection. punsubscribe(ChannelName... channels)voidRedisPubSubConnection. removeDisconnectListener(ChannelName channel)io.netty.channel.ChannelFutureRedisPubSubConnection. subscribe(Codec codec, ChannelName... channels)io.netty.channel.ChannelFutureRedisPubSubConnection. unsubscribe(ChannelName... channels)Constructors in org.redisson.client with parameters of type ChannelName Constructor Description SubscribeListener(ChannelName name, PubSubType type) -
Uses of ChannelName in org.redisson.client.handler
Methods in org.redisson.client.handler that return ChannelName Modifier and Type Method Description ChannelNamePubSubKey. getChannel()Methods in org.redisson.client.handler with parameters of type ChannelName Modifier and Type Method Description voidCommandPubSubDecoder. addPubSubCommand(ChannelName channel, CommandData<Object,Object> data)Constructors in org.redisson.client.handler with parameters of type ChannelName Constructor Description PubSubKey(ChannelName channel, String operation) -
Uses of ChannelName in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return ChannelName Modifier and Type Method Description ChannelNameMessage. getChannel()ChannelNamePubSubMessage. getChannel()ChannelNamePubSubPatternMessage. getChannel()ChannelNamePubSubStatusMessage. getChannel()ChannelNamePubSubPatternMessage. getPattern()Constructors in org.redisson.client.protocol.pubsub with parameters of type ChannelName Constructor Description PubSubMessage(ChannelName channel, Object value)PubSubPatternMessage(ChannelName pattern, ChannelName channel, Object value)PubSubStatusMessage(PubSubType type, ChannelName channel) -
Uses of ChannelName in org.redisson.pubsub
Methods in org.redisson.pubsub that return ChannelName Modifier and Type Method Description ChannelNamePublishSubscribeService.PubSubKey. getChannelName()Methods in org.redisson.pubsub with parameters of type ChannelName Modifier and Type Method Description voidPubSubConnectionEntry. addListener(ChannelName channelName, RedisPubSubListener<?> listener)intPubSubConnectionEntry. countListeners(ChannelName channelName)Queue<RedisPubSubListener<?>>PubSubConnectionEntry. getListeners(ChannelName channelName)PubSubConnectionEntryPublishSubscribeService. getPubSubEntry(ChannelName channelName)AsyncSemaphorePublishSubscribeService. getSemaphore(ChannelName channelName)SubscribeListenerPubSubConnectionEntry. getSubscribeFuture(ChannelName channel, PubSubType type)booleanPubSubConnectionEntry. hasListeners(ChannelName channelName)RFuture<Collection<PubSubConnectionEntry>>PublishSubscribeService. psubscribe(ChannelName channelName, Codec codec, RedisPubSubListener<?>... listeners)io.netty.channel.ChannelFuturePubSubConnectionEntry. psubscribe(Codec codec, ChannelName pattern)io.netty.channel.ChannelFuturePubSubConnectionEntry. punsubscribe(ChannelName channel, RedisPubSubListener<?> listener)booleanPubSubConnectionEntry. removeListener(ChannelName channelName, int listenerId)booleanPubSubConnectionEntry. removeListener(ChannelName channelName, EventListener msgListener)voidPubSubConnectionEntry. removeListener(ChannelName channelName, RedisPubSubListener<?> listener)RFuture<Void>PublishSubscribeService. removeListenerAsync(PubSubType type, ChannelName channelName, Integer... listenerIds)RFuture<Void>PublishSubscribeService. removeListenerAsync(PubSubType type, ChannelName channelName, EventListener listener)RFuture<PubSubConnectionEntry>PublishSubscribeService. subscribe(Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners)io.netty.channel.ChannelFuturePubSubConnectionEntry. subscribe(Codec codec, ChannelName channelName)RFuture<Codec>PublishSubscribeService. unsubscribe(ChannelName channelName, PubSubType topicType)RFuture<Void>PublishSubscribeService. unsubscribe(PubSubType topicType, ChannelName channelName)io.netty.channel.ChannelFuturePubSubConnectionEntry. unsubscribe(ChannelName channel, RedisPubSubListener<?> listener)Constructors in org.redisson.pubsub with parameters of type ChannelName Constructor Description PubSubKey(ChannelName channelName, MasterSlaveEntry entry)
-