| Interface | Description |
|---|---|
| TimeSource |
The TimeSource interface allows the integration of arbitrary time sources.
|
| Class | Description |
|---|---|
| EstimatorTimeSource |
A TimeSource that provides the value of System.currentTimeMillis() in the given millisecond precision.
|
| OffsetTimeSource |
A TimeSource that produces times with an offset to the actual time.
|
| SystemTimeSource |
A TimeSource that uses System.currentTimeMillis() as time source.
|
Copyright © 2018 trivago. All rights reserved.