public abstract class CamelComponent
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
protected ComponentConfig |
config |
protected CamelContext |
context |
| Constructor and Description |
|---|
CamelComponent(CamelContext context,
ComponentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract void |
init() |
protected CamelContext context
protected ComponentConfig config
public CamelComponent(CamelContext context,
ComponentConfig config)