Uses of Class
io.streamthoughts.azkarra.api.model.TimestampedValue
-
Packages that use TimestampedValue Package Description io.streamthoughts.azkarra.api.model io.streamthoughts.azkarra.api.streams -
-
Uses of TimestampedValue in io.streamthoughts.azkarra.api.model
Methods in io.streamthoughts.azkarra.api.model with parameters of type TimestampedValue Modifier and Type Method Description int
TimestampedValue. compareTo(TimestampedValue that)
-
Uses of TimestampedValue in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return TimestampedValue Modifier and Type Method Description TimestampedValue<State>
KafkaStreamsContainer. state()
Gets the current state of the streams.
-