Class ArchivedJpaEventPublication
java.lang.Object
org.springframework.modulith.events.jpa.JpaEventPublication
org.springframework.modulith.events.jpa.archiving.ArchivedJpaEventPublication
@Entity(name="ArchivedJpaEventPublication")
public class ArchivedJpaEventPublication
extends JpaEventPublication
-
Field Summary
Fields inherited from class org.springframework.modulith.events.jpa.JpaEventPublication
completionAttempts, completionDate, lastResubmissionDate, status -
Constructor Summary
ConstructorsConstructorDescriptionArchivedJpaEventPublication(UUID id, Instant publicationDate, String listenerId, String serializedEvent, Class<?> eventType, @Nullable EventPublication.Status status, @Nullable Instant lastResubmissionDate, int completionAttempts) -
Method Summary
Methods inherited from class org.springframework.modulith.events.jpa.JpaEventPublication
equals, hashCode
-
Constructor Details
-
ArchivedJpaEventPublication
-
ArchivedJpaEventPublication
ArchivedJpaEventPublication()
-