Interface Eo
- All Superinterfaces:
DomainEventSource, Topic
- All Known Implementing Classes:
OperationContext
Business interface for domain events (Event Object)
Usually the interface implemented by the business data carrier Implementing this interface will gain the ability to send domain events
- Author:
- 渔民小镇
- date:
- 2021-12-26
-
Method Summary
Methods inherited from interface DomainEventSource
getSource
-
Method Details
-
send
default void send()Domain event sending
-