com.volcengine.service.tls.consumer.LogProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
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