All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clougence.cloudcanal.sdk.api.contextkey.EsContextKey Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.clougence.cloudcanal.sdk.api.contextkey;

/**
 * @author wanshao create time is 2021/10/15
 **/
public class EsContextKey {

    public static final String TARGET_ES_HOST     = "dstEsHost";

    public static final String TARGET_ES_USERNAME = "dstEsUserName";

    public static final String TARGET_ES_PASSWORD = "dstEsPassword";

    public static final String SOURCE_ES_HOST     = "dstEsHost";

    public static final String SOURCE_ES_USERNAME = "dstEsUserName";

    public static final String SOURCE_ES_PASSWORD = "dstEsPassword";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy