| Package | Description |
|---|---|
| org.apache.camel.guice.jsr250 | |
| org.apache.camel.guice.support |
| Modifier and Type | Class and Description |
|---|---|
class |
PreDestroyCloser
Supports the
PreDestroy annotation lifecycle from
JSR250. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCloser
A Composite implementation of
Closer |
| Modifier and Type | Method and Description |
|---|---|
static Closer |
CompositeCloser.newInstance(Collection<Closer> closers)
Returns a
Closer for the given lists of closer strategies or
returning null if the collection is empty |
| Modifier and Type | Method and Description |
|---|---|
static void |
Closers.close(Object key,
Object objectToBeClosed,
Closer closer,
CloseErrors errors)
Closes the given object with the Closer if the object is not null
|
| Modifier and Type | Method and Description |
|---|---|
static Closer |
CompositeCloser.newInstance(Collection<Closer> closers)
Returns a
Closer for the given lists of closer strategies or
returning null if the collection is empty |
| Constructor and Description |
|---|
CompositeCloser(Iterable<Closer> closers) |
Apache Camel