⚠ Deprecated: Legacy
HTTP-based inbox store for Sora Messaging: simple and configurable receiver endpoint.
$ dotnet add package Sora.Messaging.Inbox.HttpSora.Messaging.Inbox.Http
Purpose
IInboxStore implementation that talks to an external Inbox microservice over HTTP using the standardized v1 API.Behavior
Sora:Messaging:Inbox:Endpoint is set, Sora auto-registers the HTTP inbox store and replaces any previously registered store.Configuration
http://inbox:8080.Notes
GET /v1/inbox/{key} and POST /v1/inbox/mark-processed).