Interface IdFormatter

All Known Implementing Classes:
Base36IdFormatter, DefaultIdFormatter

public interface IdFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    format(org.joda.time.DateTime dateTime, int nodeId, int randomNonce)
     
  • Method Details

    • format

      String format(org.joda.time.DateTime dateTime, int nodeId, int randomNonce)