MessageDto instead of String in Event history

This commit is contained in:
Szakalakamaka
2020-11-18 13:25:53 +01:00
parent 26636da555
commit 7b80192d43
29 changed files with 449 additions and 294 deletions

View File

@@ -24,5 +24,5 @@ public class Event {
private String thread;
private String level;
@Nullable
private String message;
private MockedMessageDto message;
}