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()static List<ChannelName> static List<ChannelName> ChannelName.newList(ChannelName name) Methods in org.redisson.client with parameters of type ChannelNameModifier and TypeMethodDescriptionvoidRedisPubSubConnection.addListener(ChannelName channelName, RedisPubSubListener<?> listener) static List<ChannelName> ChannelName.newList(ChannelName name) io.netty.channel.ChannelFutureRedisPubSubConnection.psubscribe(CompletableFuture<Void> promise, Codec codec, ChannelName... channels) io.netty.channel.ChannelFutureRedisPubSubConnection.psubscribe(Codec codec, ChannelName... channels) voidRedisPubSubConnection.removeDisconnectListener(ChannelName channel) voidRedisPubSubConnection.removeListener(ChannelName channelName, RedisPubSubListener<?> listener) 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, PubSubType type, RedisPubSubListener<?>... listeners) 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) PubSubConnectionEntry.release(PubSubType type, ChannelName channelName, RedisPubSubListener<?>... listeners) PublishSubscribeService.removeAllListenersAsync(PubSubType type, ChannelName... channelNames) booleanPubSubConnectionEntry.removeListener(ChannelName channelName, int listenerId) booleanPubSubConnectionEntry.removeListener(ChannelName channelName, EventListener msgListener) voidPubSubConnectionEntry.removeListener(ChannelName channelName, RedisPubSubListener<?> listener) PublishSubscribeService.subscribe(Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners) PublishSubscribeService.unsubscribe(ChannelName channelName, PubSubType topicType) voidPubSubConnectionEntry.unsubscribe(PubSubType commandType, ChannelName channel, RedisPubSubListener<?> listener) Method parameters in org.redisson.pubsub with type arguments of type ChannelNameModifier and TypeMethodDescriptionPubSubConnectionEntry.addListeners(List<ChannelName> channelNames, CompletableFuture<PubSubConnectionEntry> promise, PubSubType type, AsyncSemaphore lock, RedisPubSubListener<?>... listeners) intPublishSubscribeService.countListeners(List<ChannelName> channelNames) PublishSubscribeService.removeListenerAsync(PubSubType type, List<ChannelName> channelNames, Integer... listenerIds) PublishSubscribeService.removeListenerAsync(PubSubType type, List<ChannelName> channelNames, EventListener listener) PublishSubscribeService.ssubscribe(Codec codec, List<ChannelName> channelNames, RedisPubSubListener<?>... listeners) PublishSubscribeService.subscribe(Codec codec, List<ChannelName> channelNames, RedisPubSubListener<?>... listeners) voidPubSubConnectionEntry.subscribe(Codec codec, List<ChannelName> channelNames, CompletableFuture<PubSubConnectionEntry> pm, PubSubType type, AsyncSemaphore lock, RedisPubSubListener<?>[] listeners) Constructors in org.redisson.pubsub with parameters of type ChannelName