examples/razorwire-mvc/Services/IMessageStore.cs

IMessageStore

Type

IMessageStore

Defines storage operations for chat messages displayed in the reactivity feed.
Method

Add(MessageItemModel)

Adds a message to the store.
Method

GetAll()

Returns the current messages ordered from newest to oldest.