Class CdcLoader


  • public class CdcLoader
    extends Object
    Utility class to load CdcMain from Spring XML configuration.
    • Constructor Detail

      • CdcLoader

        public CdcLoader()
    • Method Detail

      • loadCdc

        public static org.apache.ignite.internal.cdc.CdcMain loadCdc​(String springXmlPath)
                                                              throws IgniteCheckedException
        Loads CdcMain from XML configuration file.
        Parameters:
        springXmlPath - Path to XML configuration file.
        Returns:
        ChangeDataCapture instance.
        Throws:
        IgniteCheckedException - If failed.