Class TimestampSource.WallclockTimestampSource
- java.lang.Object
-
- io.aiven.kafka.connect.common.config.TimestampSource.WallclockTimestampSource
-
- All Implemented Interfaces:
TimestampSource
- Enclosing interface:
- TimestampSource
public static final class TimestampSource.WallclockTimestampSource extends java.lang.Object implements TimestampSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.aiven.kafka.connect.common.config.TimestampSource
TimestampSource.Type, TimestampSource.WallclockTimestampSource
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWallclockTimestampSource(java.time.ZoneId zoneId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.ZonedDateTimetime()
-
-
-
Method Detail
-
time
public java.time.ZonedDateTime time()
- Specified by:
timein interfaceTimestampSource
-
-