Class DomainEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.codingapi.springboot.framework.event.DomainEvent
All Implemented Interfaces:
Serializable

public class DomainEvent extends org.springframework.context.ApplicationEvent
Event包装对象
See Also:
  • Constructor Details

    • DomainEvent

      public DomainEvent(Object source, boolean sync)