Java org.springframework.integration.redis.util RedisLockRegistry fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.redis.util RedisLockRegistry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.redis.util RedisLockRegistry.

The text is from its open source code.

Constructor

RedisLockRegistry(RedisConnectionFactory connectionFactory, String registryKey)
Constructs a lock registry with the default (60 second) lock expiration.
RedisLockRegistry(RedisConnectionFactory connectionFactory, String registryKey, long expireAfter)
Constructs a lock registry with the supplied lock expiration.

Method