Uses of Class
org.apache.pulsar.functions.source.SingleConsumerPulsarSourceConfig
-
Packages that use SingleConsumerPulsarSourceConfig Package Description org.apache.pulsar.functions.source -
-
Uses of SingleConsumerPulsarSourceConfig in org.apache.pulsar.functions.source
Methods in org.apache.pulsar.functions.source that return SingleConsumerPulsarSourceConfig Modifier and Type Method Description static SingleConsumerPulsarSourceConfigSingleConsumerPulsarSourceConfig. load(java.util.Map<java.lang.String,java.lang.Object> map)Constructors in org.apache.pulsar.functions.source with parameters of type SingleConsumerPulsarSourceConfig Constructor Description SingleConsumerPulsarSource(org.apache.pulsar.client.api.PulsarClient pulsarClient, SingleConsumerPulsarSourceConfig pulsarSourceConfig, java.util.Map<java.lang.String,java.lang.String> properties, java.lang.ClassLoader functionClassLoader)
-