AdemCatamak / MessageStorage

Message and Job Storage with Outbox Design Pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Multiple MessageStorageClient

AdemCatamak opened this issue · comments

In the current situation, users could only one client inject with DI. The package should support multiple MessageStorageClient injections.

Note: Typed clients could be supported.

NoteMessageStorageClient, AuthorMessageStorageClient, BlogMessageStorageClient etc.