File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/hivemq/extensions/kafka/api Expand file tree Collapse file tree 2 files changed +3
-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.
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 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
16
17
package com .hivemq .extensions .kafka .api .model ;
17
18
18
19
import com .hivemq .extension .sdk .api .annotations .DoNotImplement ;
@@ -73,7 +74,7 @@ public interface KafkaRecord {
73
74
@ NotNull Optional <byte []> getValueAsByteArray ();
74
75
75
76
/**
76
- * @return an {@link Optional} of the timestamp of this record.
77
+ * @return an {@link Optional} of the timestamp of this record in milliseconds since UNIX epoch .
77
78
* @since 4.4.0
78
79
*/
79
80
@ NotNull Optional <Long > getTimestamp ();
You can’t perform that action at this time.
0 commit comments