类 ApplicationEvent

java.lang.Object
xyz.raylab.support.event.ApplicationEvent

public abstract class ApplicationEvent extends Object
  • 字段详细资料

    • eventId

      protected final String eventId
    • createdTimestamp

      protected final String createdTimestamp
    • version

      protected final String version
  • 构造器详细资料

    • ApplicationEvent

      public ApplicationEvent()
    • ApplicationEvent

      public ApplicationEvent(String version)
  • 方法详细资料

    • getEventId

      public String getEventId()
    • getCreatedTimestamp

      public String getCreatedTimestamp()
    • getVersion

      public String getVersion()