public static interface PulsarEndpointBuilderFactory.PulsarBuilders
| Modifier and Type | Method and Description |
|---|---|
default PulsarEndpointBuilderFactory.PulsarEndpointBuilder |
pulsar(String path)
Pulsar (camel-pulsar)
Camel Apache Pulsar Component
Category: messaging
Since: 2.24
Maven coordinates: org.apache.camel:camel-pulsar
Syntax:
pulsar:persistence://tenant/namespace/topic
Path parameter: persistence (required)
Whether the topic is persistent or non-persistent
The value can be one of: persistent, non-persistent
Path parameter: tenant (required)
The tenant
Path parameter: namespace (required)
The namespace
Path parameter: topic (required)
The topic |
default PulsarEndpointBuilderFactory.PulsarEndpointBuilder pulsar(String path)
pulsar:persistence://tenant/namespace/topic
Path parameter: persistence (required)
Whether the topic is persistent or non-persistent
The value can be one of: persistent, non-persistent
Path parameter: tenant (required)
The tenant
Path parameter: namespace (required)
The namespace
Path parameter: topic (required)
The topicApache Camel