io.leoplatform.sdk.oracle.OracleChangeDestination Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leo-sdk-oracle Show documentation
Show all versions of leo-sdk-oracle Show documentation
Oracle connector for LEO Insights platform
package io.leoplatform.sdk.oracle;
import io.leoplatform.schema.ChangeDestination;
import java.util.Properties;
public interface OracleChangeDestination extends ChangeDestination {
Properties getProps();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy