public int getBatchSizeThresholdInBytes()

in src/main/java/com/aliyun/openservices/log/log4j2/LoghubAppender.java [392:394]


    public int getBatchSizeThresholdInBytes() {
        return producerConfig.getBatchSizeThresholdInBytes();
    }