| Interface | Description |
|---|---|
| EventTimeBasedMillisTimestampGenerator.TimeChangeListener |
Listener used to get notification when a new event comes in.
|
| TimestampGenerator |
Parent interface for timestamp generators.
|
| Class | Description |
|---|---|
| EventTimeBasedMillisTimestampGenerator |
Return the timestamp of the latest event received by the stream junction.
|
| SystemCurrentTimeMillisTimestampGenerator |
TimestampGenerator which return value of System.currentTimeMillis() |
| SystemNanoTimeTimestampGenerator |
TimestampGenerator which return value of System.nanoTime() |
Copyright © 2018 WSO2. All rights reserved.