Interface EntryLogIds
-
- All Known Implementing Classes:
EntryLogIdsImpl
public interface EntryLogIds
Generate unique entry log ids.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
nextId()
Get the next available entry log ID.
-