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.ChannelFuture
RedisPubSubConnection. psubscribe(Codec codec, ChannelName... channels)
io.netty.channel.ChannelFuture
RedisPubSubConnection. punsubscribe(ChannelName... channels)
void
RedisPubSubConnection. removeDisconnectListener(ChannelName channel)
io.netty.channel.ChannelFuture
RedisPubSubConnection. subscribe(Codec codec, ChannelName... channels)
io.netty.channel.ChannelFuture
RedisPubSubConnection. 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 ChannelName
PubSubKey. getChannel()
Methods in org.redisson.client.handler with parameters of type ChannelName Modifier and Type Method Description void
CommandPubSubDecoder. 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 ChannelName
Message. getChannel()
ChannelName
PubSubMessage. getChannel()
ChannelName
PubSubPatternMessage. getChannel()
ChannelName
PubSubStatusMessage. getChannel()
ChannelName
PubSubPatternMessage. 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 ChannelName
PublishSubscribeService.PubSubKey. getChannelName()
Methods in org.redisson.pubsub with parameters of type ChannelName Modifier and Type Method Description void
PubSubConnectionEntry. addListener(ChannelName channelName, RedisPubSubListener<?> listener)
int
PubSubConnectionEntry. countListeners(ChannelName channelName)
Queue<RedisPubSubListener<?>>
PubSubConnectionEntry. getListeners(ChannelName channelName)
PubSubConnectionEntry
PublishSubscribeService. getPubSubEntry(ChannelName channelName)
AsyncSemaphore
PublishSubscribeService. getSemaphore(ChannelName channelName)
SubscribeListener
PubSubConnectionEntry. getSubscribeFuture(ChannelName channel, PubSubType type)
boolean
PubSubConnectionEntry. hasListeners(ChannelName channelName)
RFuture<Collection<PubSubConnectionEntry>>
PublishSubscribeService. psubscribe(ChannelName channelName, Codec codec, RedisPubSubListener<?>... listeners)
io.netty.channel.ChannelFuture
PubSubConnectionEntry. psubscribe(Codec codec, ChannelName pattern)
io.netty.channel.ChannelFuture
PubSubConnectionEntry. punsubscribe(ChannelName channel, RedisPubSubListener<?> listener)
boolean
PubSubConnectionEntry. removeListener(ChannelName channelName, int listenerId)
boolean
PubSubConnectionEntry. removeListener(ChannelName channelName, EventListener msgListener)
void
PubSubConnectionEntry. 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.ChannelFuture
PubSubConnectionEntry. subscribe(Codec codec, ChannelName channelName)
RFuture<Codec>
PublishSubscribeService. unsubscribe(ChannelName channelName, PubSubType topicType)
RFuture<Void>
PublishSubscribeService. unsubscribe(PubSubType topicType, ChannelName channelName)
io.netty.channel.ChannelFuture
PubSubConnectionEntry. unsubscribe(ChannelName channel, RedisPubSubListener<?> listener)
Constructors in org.redisson.pubsub with parameters of type ChannelName Constructor Description PubSubKey(ChannelName channelName, MasterSlaveEntry entry)
-