public interface Sequence
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.
|
default void |
reset()
Resets the sequence.
|
void publishNext(String sequenceId, Properties values)
sequenceId
- Id of the sequence instance.values
- The properties to provide the next value(s) to.default void reset() throws PerfCakeException
PerfCakeException
- When it was not possible to initialize the sequence to its original state.Copyright © 2010–2017 PerfCake Community. All rights reserved.