public interface LockFactory
Lock instances.
All mule components that require synchronization for access shared data must be synchronized using locks from the
LockFactory implementation.
| Modifier and Type | Method and Description |
|---|---|
Lock |
createLock(String lockId)
Provides a lock to create thread safe Mule components.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.