Uses of Class
org.apache.plc4x.kafka.config.Source
-
Packages that use Source Package Description org.apache.plc4x.kafka.config -
-
Uses of Source in org.apache.plc4x.kafka.config
Methods in org.apache.plc4x.kafka.config that return Source Modifier and Type Method Description SourceSourceConfig. getSource(String sourceName)Methods in org.apache.plc4x.kafka.config that return types with arguments of type Source Modifier and Type Method Description List<Source>SourceConfig. getSources()Constructor parameters in org.apache.plc4x.kafka.config with type arguments of type Source Constructor Description SourceConfig(List<Source> sources, List<Job> jobs)
-