wip
This commit is contained in:
parent
a4ef2b4a20
commit
4ec9720541
3 changed files with 10 additions and 3 deletions
6
Femto.Common/Integration/IIntegrationEventBus.cs
Normal file
6
Femto.Common/Integration/IIntegrationEventBus.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Femto.Common.Integration;
|
||||
|
||||
public interface IIntegrationEventBus
|
||||
{
|
||||
void Subscribe<T>() where T : IIntegrationEvent;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue