Class JpaEventPublication
java.lang.Object
org.springframework.modulith.events.jpa.JpaEventPublication
JPA entity to represent event publications.
- Author:
- Oliver Drotbohm, Dmitry Belyaev, Björn Kieling, Cora Iberkleid
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) org.springframework.modulith.events.jpa.JpaEventPublication.ArchivedJpaEventPublication
boolean
(package private) static Class<? extends JpaEventPublication>
(package private) static Class<? extends JpaEventPublication>
int
hashCode()
(package private) static JpaEventPublication
-
Field Details
-
id
-
publicationDate
-
listenerId
-
serializedEvent
-
eventType
-
completionDate
Instant completionDate
-
-
Constructor Details
-
JpaEventPublication
protected JpaEventPublication()
-
-
Method Details