| Package | Description |
|---|---|
| org.apache.camel.util |
Utility classes used by the core of Camel.
|
| org.apache.camel.util.backoff |
Utility classes for BackOff.
|
| org.apache.camel.util.concurrent |
Concurrent utility classes
|
| org.apache.camel.util.function |
Function utility classes
|
| Class and Description |
|---|
| TriConsumer
Represents an operation that accepts three input arguments and returns no result.
|
| Class and Description |
|---|
| ThrowingFunction
Represents a function that accepts a single arguments, produces a result and may thrown an exception.
|
| Class and Description |
|---|
| ThrowingRunnable
Represents a
Runnable like interface that may thrown an exception. |
| ThrowingSupplier
Represents a supplier of results that may thrown an exception.
|
| Class and Description |
|---|
| ThrowingBiConsumer
Represents an operation that accepts two input arguments and returns no result and may thrown an exception.
|
| ThrowingConsumer
Represents an operation that accepts a single input argument and may thrown an exception.
|
| ThrowingFunction
Represents a function that accepts a single arguments, produces a result and may thrown an exception.
|
| ThrowingSupplier
Represents a supplier of results that may thrown an exception.
|
Apache Camel