Outbox Message and Scheduler class implemented part - 2.

This commit is contained in:
Ali CANLI
2022-07-15 21:45:48 +03:00
parent d49b533f7e
commit 3affe7ccdd
25 changed files with 913 additions and 96 deletions

View File

@@ -4,6 +4,4 @@ package com.food.order.sysyem.event;
// Base Domain Event Generic Class
public interface DomainEvent<T> {
void fire();
}