Class RepositoryModifiedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred @TransactionAware public class RepositoryModifiedEvent extends AbstractRepositoryModificationEvent
Event that is raised when a repository has been successfully updated.

When this event is raised, the repository's persisted state has been updated and committed, so RepositoryEvent.getRepository() matches the new values.

See Also:
  • Constructor Details

    • RepositoryModifiedEvent

      public RepositoryModifiedEvent(@Nonnull Object source, @Nonnull Repository oldValue, @Nonnull Repository newValue)