Uses of Interface
org.springframework.modulith.events.CompletableEventPublication
Packages that use CompletableEventPublication
Package
Description
The event publication registry abstraction.
JDBC integration for
EventPublicationRepository
.JPA integration for
EventPublicationRepository
.MongoDB integration for
EventPublicationRepository
.-
Uses of CompletableEventPublication in org.springframework.modulith.events
Classes in org.springframework.modulith.events that implement CompletableEventPublicationModifier and TypeClassDescription(package private) class
DefaultCompletableEventPublication
implementation.Methods in org.springframework.modulith.events that return CompletableEventPublicationModifier and TypeMethodDescriptionCompletableEventPublication.markCompleted()
Marks the event publication as completed.DefaultEventPublication.markCompleted()
static CompletableEventPublication
CompletableEventPublication.of
(Object event, PublicationTargetIdentifier id) Creates aCompletableEventPublication
for the given event an listener identifier.Methods in org.springframework.modulith.events with parameters of type CompletableEventPublicationModifier and TypeMethodDescriptionEventPublicationRepository.update
(CompletableEventPublication publication) Update the data store to mark the backing log entry as completed. -
Uses of CompletableEventPublication in org.springframework.modulith.events.jdbc
Methods in org.springframework.modulith.events.jdbc with parameters of type CompletableEventPublicationModifier and TypeMethodDescriptionJdbcEventPublicationRepository.update
(CompletableEventPublication publication) -
Uses of CompletableEventPublication in org.springframework.modulith.events.jpa
Methods in org.springframework.modulith.events.jpa with parameters of type CompletableEventPublicationModifier and TypeMethodDescriptionJpaEventPublicationRepository.update
(CompletableEventPublication publication) -
Uses of CompletableEventPublication in org.springframework.modulith.events.mongodb
Methods in org.springframework.modulith.events.mongodb with parameters of type CompletableEventPublicationModifier and TypeMethodDescriptionMongoDbEventPublicationRepository.update
(CompletableEventPublication publication)