spring-framework / org.springframework.transaction.support / TransactionSynchronizationUtils / triggerAfterCommit

triggerAfterCommit

open static fun triggerAfterCommit(): Unit

Trigger afterCommit callbacks on all currently registered synchronizations.

Exceptions

RuntimeException - if thrown by a afterCommit callback

See Also
TransactionSynchronizationManager#getSynchronizations()TransactionSynchronization#afterCommit()