public interface LockProvider
LockFactory
uses instances of this interface to create and destroy locks.
Lock implementation can be changed by replacing the LockProvider in the mule registry.Modifier and Type | Method and Description |
---|---|
Lock |
createLock(String lockId)
Returns an instance of a
Lock . |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.