Class TransactionAwareEventForwarder.PendingEventsSynchronization

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

    public static class TransactionAwareEventForwarder.PendingEventsSynchronization
    extends org.springframework.transaction.support.TransactionSynchronizationAdapter
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
      • Fields inherited from interface org.springframework.transaction.support.TransactionSynchronization

        STATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterCommit()  
      void afterCompletion​(int status)  
      • Methods inherited from class org.springframework.transaction.support.TransactionSynchronizationAdapter

        beforeCommit, beforeCompletion, flush, getOrder, resume, suspend
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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