File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/hivemq/extensions/kafka/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public interface KafkaRecordBuilder {
169
169
/**
170
170
* Set the timestamp of the Kafka record.
171
171
*
172
- * @param timestamp the value of the Kafka timestamp in milliseconds since UNIX epoch.
172
+ * @param timestamp the value of the Kafka timestamp, in milliseconds since UNIX epoch.
173
173
* @return this builder
174
174
* @since 4.4.0
175
175
*/
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public interface KafkaRecord {
74
74
@ NotNull Optional <byte []> getValueAsByteArray ();
75
75
76
76
/**
77
- * @return an {@link Optional} of the timestamp of this record in milliseconds since UNIX epoch.
77
+ * @return an {@link Optional} of the timestamp of this record, in milliseconds since UNIX epoch.
78
78
* @since 4.4.0
79
79
*/
80
80
@ NotNull Optional <Long > getTimestamp ();
You can’t perform that action at this time.
0 commit comments