Uses of Package
org.apache.camel.util.function
Packages that use org.apache.camel.util.function
Package
Description
Utility classes used by the core of Camel.
Utility classes for BackOff.
Concurrent utility classes
Function utility classes
-
Classes in org.apache.camel.util.function used by org.apache.camel.utilClassDescriptionRepresents an operation that accepts three input arguments and returns no result.
-
Classes in org.apache.camel.util.function used by org.apache.camel.util.backoffClassDescriptionRepresents a function that accepts a single arguments, produces a result and may thrown an exception.
-
Classes in org.apache.camel.util.function used by org.apache.camel.util.concurrentClassDescriptionRepresents a
Runnablelike interface that may thrown an exception.Represents a supplier of results that may thrown an exception. -
Classes in org.apache.camel.util.function used by org.apache.camel.util.functionClassDescriptionRepresents an operation that accepts two input arguments and returns no result and may thrown an exception.Represents an operation that accepts a single input argument and may thrown an exception.Represents a function that accepts a single arguments, produces a result and may thrown an exception.Represents a supplier of results that may thrown an exception.