public abstract class UsesLock extends Object
| Constructor and Description |
|---|
UsesLock() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
safeUnlock(Lock lock) |
protected void |
withLock(Lock lock,
org.mule.runtime.core.api.util.func.CheckedRunnable delegate) |
protected <T> T |
withLock(Lock lock,
org.mule.runtime.core.api.util.func.CheckedSupplier<T> delegate) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.