Package | Description |
---|---|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
static ComponentCustomizer.Builder<Component> |
ComponentCustomizer.builder()
Create a generic
ComponentCustomizer.Builder . |
static <T extends Component> |
ComponentCustomizer.builder(Class<T> type)
Create a typed
ComponentCustomizer.Builder that can process a concrete component type instance. |
ComponentCustomizer.Builder<T> |
ComponentCustomizer.Builder.withCondition(BiPredicate<String,Component> condition) |
ComponentCustomizer.Builder<T> |
ComponentCustomizer.Builder.withOrder(int order) |
Apache Camel