public class RandomUuidSequence extends Object implements Sequence
Constructor and Description |
---|
RandomUuidSequence() |
Modifier and Type | Method and Description |
---|---|
void |
publishNext(String sequenceId,
Properties values)
Asks the sequence to publish its next value(s) to the provided map.
|
void |
reset()
Resets the sequence.
|
public final void publishNext(String sequenceId, Properties values)
Sequence
publishNext
in interface Sequence
sequenceId
- Id of the sequence instance.values
- The properties to provide the next value(s) to.public void reset() throws PerfCakeException
Sequence
reset
in interface Sequence
PerfCakeException
- When it was not possible to initialize the sequence to its original state.Copyright © 2010–2017 PerfCake Community. All rights reserved.