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

com.aliyun.openservices.loghub.client.config.LogHubCursorPosition Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package com.aliyun.openservices.loghub.client.config;

/**
 * This config is used to control which position the worker instance should use
 * to consume a shard logstream if no check point is found in data base
 * 
 */
public enum LogHubCursorPosition {
	BEGIN_CURSOR,
	END_CURSOR,
	SPECIAL_TIMER_CURSOR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy