FeedbackEventConsumer Type
Persists feedback that flows over the event bus and serves the read/command side for a session. It is BOTH an event consumer (the write side — it persists TurnCompleted under each session's folder) AND the provider of the read/command FeedbackService for a session (the query side). The folder is derived from the event's session key by `rootFor`; the backing FeedbackService is the store-level swap point (File today, Database later), so changing where data lands needs no producer change.
Constructors
| Constructor |
Description
|
Full Usage:
FeedbackEventConsumer(rootFor)
Parameters:
string -> string
Returns: FeedbackEventConsumer
|
|
Instance members
| Instance member |
Description
|
|
The FeedbackService backing reads + synchronous commands for a session key.
|
Nao