Interface DomainEventSource

All Superinterfaces:
Topic
All Known Subinterfaces:
Eo
All Known Implementing Classes:
OperationContext

public interface DomainEventSource extends Topic
Domain event interface - source event source
Author:
渔民小镇
date:
2021-12-26
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> T
    Get the event source

    Methods inherited from interface Topic

    getTopic
  • Method Details

    • getSource

      default <T> T getSource()
      Get the event source
      Type Parameters:
      T - source
      Returns:
      event source