Package org.apache.ignite.cdc
Class CdcLoader
- java.lang.Object
-
- org.apache.ignite.cdc.CdcLoader
-
public class CdcLoader extends Object
Utility class to loadCdcMain
from Spring XML configuration.
-
-
Constructor Summary
Constructors Constructor Description CdcLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.ignite.internal.cdc.CdcMain
loadCdc(String springXmlPath)
LoadsCdcMain
from XML configuration file.
-
-
-
Method Detail
-
loadCdc
public static org.apache.ignite.internal.cdc.CdcMain loadCdc(String springXmlPath) throws IgniteCheckedException
LoadsCdcMain
from XML configuration file.- Parameters:
springXmlPath
- Path to XML configuration file.- Returns:
ChangeDataCapture
instance.- Throws:
IgniteCheckedException
- If failed.
-
-