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

com.volcengine.service.tls.consumer.Consumer 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.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