Uses of Interface
io.siddhi.core.util.timestamp.TimestampGenerator
-
Packages that use TimestampGenerator Package Description io.siddhi.core.config io.siddhi.core.util.timestamp -
-
Uses of TimestampGenerator in io.siddhi.core.config
Methods in io.siddhi.core.config that return TimestampGenerator Modifier and Type Method Description TimestampGeneratorSiddhiAppContext. getTimestampGenerator()Methods in io.siddhi.core.config with parameters of type TimestampGenerator Modifier and Type Method Description voidSiddhiAppContext. setTimestampGenerator(TimestampGenerator timestampGenerator) -
Uses of TimestampGenerator in io.siddhi.core.util.timestamp
Classes in io.siddhi.core.util.timestamp that implement TimestampGenerator Modifier and Type Class Description classTimestampGeneratorImplClass for timestamp generators.
-