Show Navigation

distributed-mutex

The Distributed Mutex plugin provides a way to create mutexes backed by a database row. This helps when writing distributed systems that need to lock a resource but database transactions are not sufficient to encapsulate the resource being accessed.

Owner: budjb | 3.0.0 | Sep 14, 2016 | Package | Issues | Source | Documentation | License: Apache-2.0


dependencies {
    compile 'org.grails.plugins:distributed-mutex:3.0.0'
}

            

Build Status

Distributed Mutex Plugin for Grails

See the documentation at http://budjb.github.io/grails-distributed-mutex/3.x/latest.