Outbox Message and Scheduler class implemented part - 2.
This commit is contained in:
@@ -4,6 +4,4 @@ package com.food.order.sysyem.event;
|
||||
// Base Domain Event Generic Class
|
||||
public interface DomainEvent<T> {
|
||||
|
||||
void fire();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user