io.rtdi.bigdata.connector.properties.atomic.IPropertyValue 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.atomic;
import io.rtdi.bigdata.connector.pipeline.foundation.exceptions.PropertiesException;
public interface IPropertyValue extends IProperty, INamed {
Object getValue();
void parseValue(IProperty value, boolean ignorepasswords) throws PropertiesException;
boolean hasValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy