Class TransactionAwareEventForwarder.PendingEventsSynchronization

  • All Implemented Interfaces:
    Flushable, org.springframework.core.Ordered, org.springframework.transaction.support.TransactionSynchronization
    Enclosing class:
    TransactionAwareEventForwarder

    public static class TransactionAwareEventForwarder.PendingEventsSynchronization
    extends org.springframework.transaction.support.TransactionSynchronizationAdapter
    • Method Detail

      • afterCommit

        public void afterCommit()
        Specified by:
        afterCommit in interface org.springframework.transaction.support.TransactionSynchronization
        Overrides:
        afterCommit in class org.springframework.transaction.support.TransactionSynchronizationAdapter
      • afterCompletion

        public void afterCompletion​(int status)
        Specified by:
        afterCompletion in interface org.springframework.transaction.support.TransactionSynchronization
        Overrides:
        afterCompletion in class org.springframework.transaction.support.TransactionSynchronizationAdapter