Uses of Class
org.redisson.client.RedisPubSubConnection
Packages that use RedisPubSubConnection
Package
Description
-
Uses of RedisPubSubConnection in org.redisson.client
Methods in org.redisson.client that return RedisPubSubConnectionMethods in org.redisson.client that return types with arguments of type RedisPubSubConnectionConstructor parameters in org.redisson.client with type arguments of type RedisPubSubConnectionModifierConstructorDescriptionRedisPubSubConnection(RedisClient redisClient, io.netty.channel.Channel channel, CompletableFuture<RedisPubSubConnection> connectionPromise) -
Uses of RedisPubSubConnection in org.redisson.connection
Methods in org.redisson.connection that return RedisPubSubConnectionMethods in org.redisson.connection that return types with arguments of type RedisPubSubConnectionModifier and TypeMethodDescriptionClientConnectionsEntry.connectPubSub()ClientConnectionsEntry.getAllSubscribeConnections()MasterSlaveEntry.nextPubSubConnection()Methods in org.redisson.connection with parameters of type RedisPubSubConnectionModifier and TypeMethodDescriptionvoidClientConnectionsEntry.releaseSubscribeConnection(RedisPubSubConnection connection) voidMasterSlaveEntry.returnPubSubConnection(RedisPubSubConnection connection) -
Uses of RedisPubSubConnection in org.redisson.connection.balancer
Methods in org.redisson.connection.balancer that return types with arguments of type RedisPubSubConnectionMethods in org.redisson.connection.balancer with parameters of type RedisPubSubConnectionModifier and TypeMethodDescriptionvoidLoadBalancerManager.returnPubSubConnection(RedisPubSubConnection connection) -
Uses of RedisPubSubConnection in org.redisson.connection.pool
Methods in org.redisson.connection.pool that return RedisPubSubConnectionModifier and TypeMethodDescriptionprotected RedisPubSubConnectionPubSubConnectionPool.poll(ClientConnectionsEntry entry, RedisCommand<?> command) Methods in org.redisson.connection.pool that return types with arguments of type RedisPubSubConnectionModifier and TypeMethodDescriptionprotected CompletionStage<RedisPubSubConnection>PubSubConnectionPool.connect(ClientConnectionsEntry entry) MasterPubSubConnectionPool.get(RedisCommand<?> command) PubSubConnectionPool.get()Methods in org.redisson.connection.pool with parameters of type RedisPubSubConnectionModifier and TypeMethodDescriptionprotected voidPubSubConnectionPool.releaseConnection(ClientConnectionsEntry entry, RedisPubSubConnection conn) -
Uses of RedisPubSubConnection in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedisPubSubConnectionMethods in org.redisson.pubsub with parameters of type RedisPubSubConnectionModifier and TypeMethodDescriptionvoidPublishSubscribeService.reattachPubSub(RedisPubSubConnection redisPubSubConnection) Constructors in org.redisson.pubsub with parameters of type RedisPubSubConnectionModifierConstructorDescriptionPubSubConnectionEntry(RedisPubSubConnection conn, ConnectionManager connectionManager)