Package com.alibaba.otter.node.etl.select.selector.canal

Examples of com.alibaba.otter.node.etl.select.selector.canal.CanalEmbedSelector


* @version 4.1.0
*/
public class OtterSelectorFactory {

    public OtterSelector getSelector(Long pipelineId) {
        CanalEmbedSelector selector = new CanalEmbedSelector(pipelineId);
        OtterContextLocator.autowire(selector);
        return selector;
    }
View Full Code Here

TOP

Related Classes of com.alibaba.otter.node.etl.select.selector.canal.CanalEmbedSelector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.