io.rtdi.bigdata.connector.properties.PipelineConnectionProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pipelinefoundation Show documentation
Show all versions of pipelinefoundation Show documentation
The abstraction of an Apache Kafka-like Pipeline and common classes/interfaces.
package io.rtdi.bigdata.connector.properties;
public class PipelineConnectionProperties extends ConnectionProperties {
public PipelineConnectionProperties(String name) {
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy