Update apache-kafka-2/src/main/java/com/baeldung/kafka/message/ordering/payload/UserEvent.java

Co-authored-by: Liam Williams <liam.williams@zoho.com>
This commit is contained in:
Amol Gote 2023-11-04 16:55:03 -04:00 committed by GitHub
parent e5da666432
commit 41ab2ed221
1 changed files with 0 additions and 2 deletions

View File

@ -3,9 +3,7 @@ package com.baeldung.kafka.message.ordering.payload;
import java.util.Objects; import java.util.Objects;
public class UserEvent implements Comparable<UserEvent> { public class UserEvent implements Comparable<UserEvent> {
private String userEventId; private String userEventId;
private long eventNanoTime; private long eventNanoTime;
private long globalSequenceNumber; private long globalSequenceNumber;
public UserEvent(){ public UserEvent(){