
com.taobao.drc.clusterclient.ConsumerState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of consumer-core Show documentation
Show all versions of consumer-core Show documentation
The java consumer core component for Data Transmission Service
The newest version!
package com.taobao.drc.clusterclient;
/**
* @author yangyang
* @since 2017/7/24
*/
public enum ConsumerState {
STARTING,
RUNNING,
STOPPING
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy