| Package | Description |
|---|---|
| org.mule.runtime.core.api.util.func | |
| org.mule.runtime.core.internal.streaming | |
| org.mule.runtime.core.internal.util |
| Modifier and Type | Method and Description |
|---|---|
static Once |
Once.of(CheckedRunnable runnable)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStreamingBuffer.closeSafely(CheckedRunnable task) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FunctionalUtils.safely(CheckedRunnable task)
Executes the given task, ignoring thrown exceptions.
|
static void |
FunctionalUtils.safely(CheckedRunnable task,
Consumer<Exception> exceptionHandler)
Executes the given
task, feeding any thrown exceptions into the given
exceptionHandler |
static void |
ConcurrencyUtils.withLock(Lock lock,
CheckedRunnable delegate)
Execute the given
delegate between the boundaries of
the given lock. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.