Interface IdGenerator

All Known Implementing Classes:
BenderGenerator, LocalIdGenerator

public interface IdGenerator
  • Method Summary

    Modifier and Type Method Description
    Long get​(String invoiceId)  
  • Method Details