Examples of CanalEmbedSelector


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
Copyright © 2018 www.massapi.com. 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.