262728293031323334
* @version 4.1.0 */ public class OtterSelectorFactory { public OtterSelector getSelector(Long pipelineId) { CanalEmbedSelector selector = new CanalEmbedSelector(pipelineId); OtterContextLocator.autowire(selector); return selector; }