| Method and Description |
|---|
| org.springframework.integration.redis.util.RedisLockRegistry.listLocks()
since 4.3.10, will be removed in 5.0 to avoid deserialized locks created in different process
|
| org.springframework.integration.redis.outbound.RedisOutboundGateway.setExpressionCommand(Expression) |
| org.springframework.integration.redis.inbound.RedisQueueInboundGateway.setStopTimeout(long)
since 4.3 with no-op in favor of delayer call
callback.run()
in the AbstractEndpoint.stop(Runnable). |
| org.springframework.integration.redis.inbound.RedisQueueMessageDrivenEndpoint.setStopTimeout(long)
since 4.3 with no-op in favor of delayer call
callback.run()
in the AbstractEndpoint.stop(Runnable). |
| org.springframework.integration.redis.util.RedisLockRegistry.setUseWeakReferences(boolean)
since 4.3.10, will be removed in 5.0, - the thread local cache isn't used any more
|
| Constructor and Description |
|---|
| org.springframework.integration.redis.util.RedisLockRegistry(RedisConnectionFactory, String, long, LockRegistry)
since 4.3.10, will be removed in 5.0, - the
localRegistry isn't used any more |