public class TimeStampSequence extends Object implements Sequence
Constructor and Description |
---|
TimeStampSequence() |
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.
|
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.Copyright © 2010–2017 PerfCake Community. All rights reserved.