| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static PulsarComponentBuilderFactory.PulsarComponentBuilder |
ComponentsBuilderFactory.pulsar()
Pulsar (camel-pulsar)
Camel Apache Pulsar Component
Category: messaging
Since: 2.24
Maven coordinates: org.apache.camel:camel-pulsar
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarComponentBuilderFactory.PulsarComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.allowManualAcknowledgement(boolean allowManualAcknowledgement)
Whether to allow manual message acknowledgements.
|
default PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.autoConfiguration(org.apache.camel.component.pulsar.utils.AutoConfiguration autoConfiguration)
The pulsar auto configuration.
|
default PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.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 PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
static PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.pulsar()
Pulsar (camel-pulsar)
Camel Apache Pulsar Component
Category: messaging
Since: 2.24
Maven coordinates: org.apache.camel:camel-pulsar
|
default PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.pulsarClient(org.apache.pulsar.client.api.PulsarClient pulsarClient)
The pulsar client.
|
default PulsarComponentBuilderFactory.PulsarComponentBuilder |
PulsarComponentBuilderFactory.PulsarComponentBuilder.pulsarMessageReceiptFactory(org.apache.camel.component.pulsar.PulsarMessageReceiptFactory pulsarMessageReceiptFactory)
Provide a factory to create an alternate implementation of
PulsarMessageReceipt.
|
Apache Camel