| Package | Description |
|---|---|
| org.wso2.siddhi.core.config | |
| org.wso2.siddhi.core.util.timestamp |
| Modifier and Type | Method and Description |
|---|---|
TimestampGenerator |
SiddhiAppContext.getTimestampGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SiddhiAppContext.setTimestampGenerator(TimestampGenerator timestampGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventTimeBasedMillisTimestampGenerator
Return the timestamp of the latest event received by the stream junction.
|
class |
SystemCurrentTimeMillisTimestampGenerator
TimestampGenerator which return value of System.currentTimeMillis() |
class |
SystemNanoTimeTimestampGenerator
TimestampGenerator which return value of System.nanoTime() |
Copyright © 2018 WSO2. All rights reserved.