SignalR - Notifications #883
-
Does anybody have any information on how I can fire notifications off the back of events? For example I can see there is an example in the codebase for: ProductCreatedEventHandler, it looks to me like this is just using logger to say something changed. But in addition to this I would like to notify my React application with the value of the entity that was created. Sorry if this is vague! There are no docs for SignalR at present. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is what I have tried, for an Entity called Home. using FSH.WebApi.Domain.Common.Events;
But this seems to be wrong! |
Beta Was this translation helpful? Give feedback.
-
For anyone arriving here in future - refer to this: #440 |
Beta Was this translation helpful? Give feedback.
For anyone arriving here in future - refer to this: #440