Uses of Interface
org.springframework.integration.support.locks.ExpirableLockRegistry
Packages that use ExpirableLockRegistry
Package
Description
Provides utility classes.
Provides classes related to locking.
-
Uses of ExpirableLockRegistry in org.springframework.integration.jdbc.lock
Classes in org.springframework.integration.jdbc.lock that implement ExpirableLockRegistryModifier and TypeClassDescriptionclass
AnExpirableLockRegistry
using a shared database to co-ordinate the locks. -
Uses of ExpirableLockRegistry in org.springframework.integration.redis.util
Classes in org.springframework.integration.redis.util that implement ExpirableLockRegistryModifier and TypeClassDescriptionfinal class
Implementation ofExpirableLockRegistry
providing a distributed lock using Redis. -
Uses of ExpirableLockRegistry in org.springframework.integration.zookeeper.lock
Classes in org.springframework.integration.zookeeper.lock that implement ExpirableLockRegistryModifier and TypeClassDescriptionclass
ExpirableLockRegistry
implementation using Zookeeper, or more specifically, CuratorInterProcessMutex
.