Class JpaEventPublication

java.lang.Object
org.springframework.modulith.events.jpa.JpaEventPublication

@MappedSuperclass abstract class JpaEventPublication extends Object
JPA entity to represent event publications.
Author:
Oliver Drotbohm, Dmitry Belyaev, Björn Kieling, Cora Iberkleid
  • Field Details

    • id

      final UUID id
    • publicationDate

      final Instant publicationDate
    • listenerId

      final String listenerId
    • serializedEvent

      final String serializedEvent
    • eventType

      final Class<?> eventType
    • completionDate

      Instant completionDate
  • Constructor Details

    • JpaEventPublication

      protected JpaEventPublication()
  • Method Details