public interface TimestampGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
addTimeChangeListener(TimestampGeneratorImpl.TimeChangeListener listener) |
long |
currentTime() |
void |
setCurrentTimestamp(long timestamp) |
void |
setIdleTime(long idleTime) |
void |
setIncrementInMilliseconds(long incrementInMilliseconds) |
long currentTime()
void setIdleTime(long idleTime)
void setIncrementInMilliseconds(long incrementInMilliseconds)
void addTimeChangeListener(TimestampGeneratorImpl.TimeChangeListener listener)
void setCurrentTimestamp(long timestamp)
Copyright © 2018 WSO2. All rights reserved.