top10: 1.4.0 - Refined output JSON -- ALIGN
[demos/kafka/wordcount] / src / main / java / de / juplo / kafka / wordcount / top10 / Stats.java
index 53c258d..05c2a91 100644 (file)
@@ -8,7 +8,8 @@ import lombok.NoArgsConstructor;
 @AllArgsConstructor(staticName = "of")
 @NoArgsConstructor
 @Data
-public class User
+public class Stats
 {
-  String user;
+  StatsType type;
+  String channel;
 }