added IEventSubscriber amd EventDistributorHostedService to optimize event processing
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IEventSubscriber
|
||||
{
|
||||
void EntityChanged(SyncEvent syncEvent);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user