Interface Eo

All Superinterfaces:
DomainEventSource, Topic
All Known Implementing Classes:
OperationContext

public interface Eo extends DomainEventSource
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

    Modifier and Type
    Method
    Description
    default void
    Domain event sending

    Methods inherited from interface DomainEventSource

    getSource

    Methods inherited from interface Topic

    getTopic
  • Method Details

    • send

      default void send()
      Domain event sending