Interface CommonEventProducer


public interface CommonEventProducer
CommonEventProducer
Since:
25.1
Author:
渔民小镇
date:
2025-10-20
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onData(Object domainSource, Class<?> topic, boolean eventSource)
     
  • Method Details

    • onData

      void onData(Object domainSource, Class<?> topic, boolean eventSource)