Uses of Class
org.springframework.modulith.events.jpa.JpaEventPublication
-
Uses of JpaEventPublication in org.springframework.modulith.events.jpa
Modifier and TypeMethodDescription(package private) static JpaEventPublication
JpaEventPublication.of
(UUID id, Instant publicationDate, String listenerId, String serializedEvent, Class<?> eventType) Modifier and TypeMethodDescriptionClass<? extends JpaEventPublication>
JpaEventPublicationRepository.getCompletedEntityType()
Returns the type representing completed event publications.(package private) static Class<? extends JpaEventPublication>
JpaEventPublication.getCompletedType
(CompletionMode mode) (package private) static Class<? extends JpaEventPublication>
JpaEventPublication.getIncompleteType()
-
Uses of JpaEventPublication in org.springframework.modulith.events.jpa.archiving
-
Uses of JpaEventPublication in org.springframework.modulith.events.jpa.updating