public static interface IdGenerator.SequenceProvider
SequenceProvider
shall generate unique ID within one JVM per each call
Modifier and Type | Interface and Description |
---|---|
static class |
IdGenerator.SequenceProvider.AtomicLongSeq |
Modifier and Type | Method and Description |
---|---|
long |
seqId() |
Copyright © 2014–2017 ActFramework. All rights reserved.