Using event : projection on Reviews

This commit is contained in:
Daniel
2021-03-11 14:14:59 +01:00
committed by Uwe Klinger
parent 43e5f6faef
commit c899843319

View File

@@ -8,9 +8,9 @@ service ReviewsService {
action unlike (review: type of Reviews:ID); action unlike (review: type of Reviews:ID);
// Async API // Async API
event reviewed : { event reviewed : projection on Reviews {
subject: type of Reviews:subject; subject,
rating: Decimal(2,1) rating
} }
// Input validation // Input validation