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

com.volcengine.service.tls.consumer.LogProcessor Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.service.tls.consumer;

import com.volcengine.model.tls.pb.PutLogRequest;

public interface LogProcessor {
    void process(String topicID, int shardID, PutLogRequest.LogGroupList logGroupList);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy