Uses of Class
org.apache.pulsar.functions.source.PulsarSourceConfig
Packages that use PulsarSourceConfig
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of PulsarSourceConfig in org.apache.pulsar.functions.source
Subclasses of PulsarSourceConfig in org.apache.pulsar.functions.sourceModifier and TypeClassDescriptionclassclassFields in org.apache.pulsar.functions.source declared as PulsarSourceConfigModifier and TypeFieldDescriptionprotected final PulsarSourceConfigPulsarSource.pulsarSourceConfigConstructors in org.apache.pulsar.functions.source with parameters of type PulsarSourceConfigModifierConstructorDescriptionprotectedPulsarSource(org.apache.pulsar.client.api.PulsarClient pulsarClient, PulsarSourceConfig pulsarSourceConfig, Map<String, String> properties, ClassLoader functionClassLoader) PushPulsarSource(org.apache.pulsar.client.api.PulsarClient pulsarClient, PulsarSourceConfig pulsarSourceConfig, Map<String, String> properties, ClassLoader functionClassLoader)