Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolopezb committed Jul 3, 2023
1 parent 203947d commit d9cea36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class SampleConsumer @Autowired constructor(
subscription()
}
override fun onMessage(record: ObjectRecord<String, LintResultEvent>) {
val a = 42
println("Received event of snippet ${record.value.lintedSnippetId} with status ${record.value.status}")
}

Expand Down

0 comments on commit d9cea36

Please sign in to comment.