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 types with arguments of type RedisPubSubConnectionModifier and TypeMethodDescriptionClientConnectionsEntry.getPubSubConnectionsHolder()MasterSlaveEntry.nextPubSubConnection(ClientConnectionsEntry entry) Methods in org.redisson.connection with parameters of type RedisPubSubConnectionModifier and TypeMethodDescriptionvoidMasterSlaveEntry.returnPubSubConnection(RedisPubSubConnection connection) -
Uses of RedisPubSubConnection in org.redisson.connection.pool
Methods in org.redisson.connection.pool that return types with arguments of type RedisPubSubConnectionModifier and TypeMethodDescriptionMasterPubSubConnectionPool.get(RedisCommand<?> command, boolean trackChanges) PubSubConnectionPool.get()PubSubConnectionPool.get(ClientConnectionsEntry entry) protected ConnectionsHolder<RedisPubSubConnection> PubSubConnectionPool.getConnectionHolder(ClientConnectionsEntry entry, boolean trackChanges) -
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, MasterSlaveEntry entry)