[FA-9] Need to add persistence layer
This commit is contained in:
@@ -3,4 +3,5 @@ namespace FictionArchive.Service.Shared.Services.EventBus;
|
||||
public interface IEventBus
|
||||
{
|
||||
Task Publish<TEvent>(TEvent integrationEvent) where TEvent : IntegrationEvent;
|
||||
Task Publish(object integrationEvent, string eventType);
|
||||
}
|
||||
Reference in New Issue
Block a user