| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder |
PaxLoggingEndpointBuilderFactory.AdvancedPaxLoggingEndpointBuilder.basic() |
default PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder |
PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder |
PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
static PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder |
PaxLoggingEndpointBuilderFactory.paxlogging(String path)
OSGi PAX Logging (camel-paxlogging)
The paxlogging component can be used in an OSGi environment to receive
PaxLogging events and process them.
|
default PaxLoggingEndpointBuilderFactory.PaxLoggingEndpointBuilder |
PaxLoggingEndpointBuilderFactory.PaxLoggingBuilders.paxlogging(String path)
OSGi PAX Logging (camel-paxlogging)
The paxlogging component can be used in an OSGi environment to
receive PaxLogging events and process them.
|
Apache Camel