public class CamelContextTracker extends Object implements Closeable
CamelContext creation tracker.| Modifier and Type | Class and Description |
|---|---|
static interface |
CamelContextTracker.Filter |
| Constructor and Description |
|---|
CamelContextTracker() |
CamelContextTracker(CamelContextTracker.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(CamelContext camelContext)
Called to determine whether this tracker should accept the given context.
|
void |
close() |
void |
contextCreated(CamelContext camelContext)
Called when a context is created.
|
void |
open() |
public CamelContextTracker()
public CamelContextTracker(CamelContextTracker.Filter filter)
public boolean accept(CamelContext camelContext)
public void contextCreated(CamelContext camelContext)
public final void open()
public final void close()
close in interface Closeableclose in interface AutoCloseableApache Camel