com.volcengine.service.tls.consumer.Consumer 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.exception.LogException;
public interface Consumer {
void start() throws LogException;
void stop() throws InterruptedException;
void resetAccessKeyToken(String accessKeyID, String accessKeySecret, String securityToken);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy