![JAR search and dependency download from the Maven repository](/logo.png)
io.geewit.snowflake.buffer.BufferedUidProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gw-snowflake Show documentation
Show all versions of gw-snowflake Show documentation
A Java Edition Snowflake By Geewit
package io.geewit.snowflake.buffer;
import java.util.List;
/**
* Buffered UID provider(Lambda supported), which provides UID in the same one second
*
* @author geewit
*/
@FunctionalInterface
public interface BufferedUidProvider {
/**
* Provides UID in one second
*
* @param momentInSecond
* @return UID in one second
*/
List provide(long momentInSecond);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy