Interface SynchronizationManagerInternal

All Superinterfaces:
SynchronizationManager
All Known Implementing Classes:
ConfluenceSynchronizationManager

public interface SynchronizationManagerInternal extends SynchronizationManager
Since:
9.0
See Also:
  • Method Details

    • registerSynchronization

      void registerSynchronization(org.springframework.transaction.support.TransactionSynchronization synchronization)
      Registers a Spring TransactionSynchronization on the current transaction.
      Throws:
      IllegalStateException - if there is no Spring transaction available.