Uses of Class
io.streamthoughts.azkarra.api.streams.consumer.OffsetAndTimestamp
-
Packages that use OffsetAndTimestamp Package Description io.streamthoughts.azkarra.api.streams.consumer io.streamthoughts.azkarra.serialization.json -
-
Uses of OffsetAndTimestamp in io.streamthoughts.azkarra.api.streams.consumer
Methods in io.streamthoughts.azkarra.api.streams.consumer that return OffsetAndTimestamp Modifier and Type Method Description OffsetAndTimestamp
ConsumerLogOffsets. committedOffset()
OffsetAndTimestamp
ConsumerLogOffsets. consumedOffset()
Methods in io.streamthoughts.azkarra.api.streams.consumer with parameters of type OffsetAndTimestamp Modifier and Type Method Description ConsumerLogOffsets
ConsumerLogOffsets. committedOffset(OffsetAndTimestamp committedOffset)
ConsumerLogOffsets
ConsumerLogOffsets. consumedOffset(OffsetAndTimestamp consumedOffset)
-
Uses of OffsetAndTimestamp in io.streamthoughts.azkarra.serialization.json
Methods in io.streamthoughts.azkarra.serialization.json that return types with arguments of type OffsetAndTimestamp Modifier and Type Method Description com.fasterxml.jackson.databind.JsonSerializer<OffsetAndTimestamp>
OffsetAndTimestampSerializer. unwrappingSerializer(com.fasterxml.jackson.databind.util.NameTransformer nameTransformer)
Methods in io.streamthoughts.azkarra.serialization.json with parameters of type OffsetAndTimestamp Modifier and Type Method Description void
OffsetAndTimestampSerializer. serialize(OffsetAndTimestamp value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-