Uses of Class
org.redisson.client.ChannelName
Packages that use ChannelName
Package
Description
-
Uses of ChannelName in org.redisson.client
Fields in org.redisson.client declared as ChannelNameMethods in org.redisson.client that return types with arguments of type ChannelNameModifier and TypeMethodDescriptionRedisPubSubConnection.getChannels()RedisPubSubConnection.getPatternChannels()RedisPubSubConnection.getShardedChannels()Methods in org.redisson.client with parameters of type ChannelNameModifier and TypeMethodDescriptionio.netty.channel.ChannelFutureRedisPubSubConnection.psubscribe(CompletableFuture<Void> promise, Codec codec, ChannelName... channels) io.netty.channel.ChannelFutureRedisPubSubConnection.psubscribe(Codec codec, ChannelName... channels) voidRedisPubSubConnection.removeDisconnectListener(ChannelName channel) io.netty.channel.ChannelFutureRedisPubSubConnection.ssubscribe(CompletableFuture<Void> promise, Codec codec, ChannelName... channels) io.netty.channel.ChannelFutureRedisPubSubConnection.ssubscribe(Codec codec, ChannelName... channels) io.netty.channel.ChannelFutureRedisPubSubConnection.subscribe(CompletableFuture<Void> promise, Codec codec, ChannelName... channels) io.netty.channel.ChannelFutureRedisPubSubConnection.subscribe(Codec codec, ChannelName... channels) io.netty.channel.ChannelFutureRedisPubSubConnection.unsubscribe(PubSubType type, ChannelName... channels) Constructors in org.redisson.client with parameters of type ChannelName -
Uses of ChannelName in org.redisson.client.handler
Methods in org.redisson.client.handler that return ChannelNameMethods in org.redisson.client.handler with parameters of type ChannelNameModifier and TypeMethodDescriptionvoidCommandPubSubDecoder.addPubSubCommand(ChannelName channel, CommandData<Object, Object> data) Constructors in org.redisson.client.handler with parameters of type ChannelName -
Uses of ChannelName in org.redisson.client.protocol.pubsub
Methods in org.redisson.client.protocol.pubsub that return ChannelNameModifier and TypeMethodDescriptionMessage.getChannel()PubSubMessage.getChannel()PubSubPatternMessage.getChannel()PubSubStatusMessage.getChannel()PubSubPatternMessage.getPattern()Constructors in org.redisson.client.protocol.pubsub with parameters of type ChannelNameModifierConstructorDescriptionPubSubMessage(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 ChannelNameMethods in org.redisson.pubsub with parameters of type ChannelNameModifier and TypeMethodDescriptionvoidPubSubConnectionEntry.addListener(ChannelName channelName, RedisPubSubListener<?> listener) PubSubConnectionEntry.addListeners(ChannelName channelName, CompletableFuture<PubSubConnectionEntry> promise, PubSubType type, AsyncSemaphore lock, RedisPubSubListener<?>... listeners) intPublishSubscribeService.countListeners(ChannelName channelName) intPubSubConnectionEntry.countListeners(ChannelName channelName) PubSubConnectionEntry.getListeners(ChannelName channelName) booleanPublishSubscribeService.hasEntry(ChannelName channelName) booleanPubSubConnectionEntry.hasListeners(ChannelName channelName) booleanPublishSubscribeService.isMultiEntity(ChannelName channelName) PublishSubscribeService.psubscribe(ChannelName channelName, Codec codec, RedisPubSubListener<?>... listeners) PublishSubscribeService.removeAllListenersAsync(PubSubType type, ChannelName channelName) booleanPubSubConnectionEntry.removeListener(ChannelName channelName, int listenerId) booleanPubSubConnectionEntry.removeListener(ChannelName channelName, EventListener msgListener) voidPubSubConnectionEntry.removeListener(ChannelName channelName, RedisPubSubListener<?> listener) PublishSubscribeService.removeListenerAsync(PubSubType type, ChannelName channelName, Integer... listenerIds) PublishSubscribeService.removeListenerAsync(PubSubType type, ChannelName channelName, EventListener listener) PublishSubscribeService.ssubscribe(Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners) PublishSubscribeService.subscribe(Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners) PublishSubscribeService.subscribe(MasterSlaveEntry entry, ClientConnectionsEntry clientEntry, Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners) voidPubSubConnectionEntry.subscribe(Codec codec, ChannelName channelName, CompletableFuture<PubSubConnectionEntry> pm, PubSubType type, AsyncSemaphore lock, RedisPubSubListener<?>[] listeners) PublishSubscribeService.unsubscribe(ChannelName channelName, PubSubType topicType) voidPubSubConnectionEntry.unsubscribe(PubSubType commandType, ChannelName channel, RedisPubSubListener<?> listener) Constructors in org.redisson.pubsub with parameters of type ChannelName