| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedCamelContext.registerEndpointCallback(EndpointStrategy strategy)
Registers a
callback to allow you to do custom logic when an
Endpoint is about to be registered to the EndpointRegistry. |
| Modifier and Type | Method and Description |
|---|---|
EndpointStrategy |
MockSendToEndpointStrategyFactory.mock(String pattern,
boolean skip)
Mock sending to endpoint
|
Apache Camel