public interface IdentityGenerator
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
bulk(int bulkSize)
return a bulk of a given size of ids
|
Long |
next()
returns the next id available.
|
List<Long> bulk(int bulkSize)
bulkSize - the amount of ids ro returnList<java.lang.Long> of ids.Copyright © 2023. All rights reserved.