Uses of Interface
org.apache.camel.builder.endpoint.dsl.PulsarEndpointBuilderFactory.PulsarEndpointBuilder
Packages that use PulsarEndpointBuilderFactory.PulsarEndpointBuilder
-
Uses of PulsarEndpointBuilderFactory.PulsarEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return PulsarEndpointBuilderFactory.PulsarEndpointBuilderModifier and TypeMethodDescriptionPulsar (camel-pulsar) Send and receive messages from/to Apache Pulsar messaging system.Pulsar (camel-pulsar) Send and receive messages from/to Apache Pulsar messaging system. -
Uses of PulsarEndpointBuilderFactory.PulsarEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PulsarEndpointBuilderFactory.PulsarEndpointBuilderModifier and TypeMethodDescriptionPulsarEndpointBuilderFactory.PulsarEndpointBuilder.authenticationClass(String authenticationClass) The Authentication FQCN to be used while creating the client from URI.PulsarEndpointBuilderFactory.PulsarEndpointBuilder.authenticationParams(String authenticationParams) The Authentication Parameters to be used while creating the client from URI.PulsarEndpointBuilderFactory.AdvancedPulsarEndpointBuilder.basic()PulsarEndpointBuilderFactory.endpointBuilder(String componentName, String path) Pulsar (camel-pulsar) Send and receive messages from/to Apache Pulsar messaging system.Pulsar (camel-pulsar) Send and receive messages from/to Apache Pulsar messaging system.PulsarEndpointBuilderFactory.PulsarEndpointBuilder.serviceUrl(String serviceUrl) The Pulsar Service URL to point while creating the client from URI.