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

com.rbkmoney.woody.api.generator.IdGenerator Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.rbkmoney.woody.api.generator;

public interface IdGenerator {

    String generateId();

    String generateId(String prefix);

    String generateId(String prefix, int counter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy