| Constructor and Description |
|---|
CompositeCloser(Iterable<Closer> closers) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(Object object)
Closes the given object
|
static Closer |
newInstance(Collection<Closer> closers)
Returns a
Closer for the given lists of closer strategies or
returning null if the collection is empty |
public void close(Object object) throws Throwable
Closerpublic static Closer newInstance(Collection<Closer> closers)
Closer for the given lists of closer strategies or
returning null if the collection is emptyApache Camel