Class EventGenerator.EventTransactionListener

  • All Implemented Interfaces:
    org.alfresco.util.transaction.TransactionListener
    Enclosing class:
    EventGenerator

    protected class EventGenerator.EventTransactionListener
    extends org.alfresco.util.transaction.TransactionListenerAdapter
    • Constructor Detail

      • EventTransactionListener

        protected EventTransactionListener()
    • Method Detail

      • afterCommit

        public void afterCommit()
        Specified by:
        afterCommit in interface org.alfresco.util.transaction.TransactionListener
        Overrides:
        afterCommit in class org.alfresco.util.transaction.TransactionListenerAdapter
      • logAndSendEvent

        protected void logAndSendEvent​(org.alfresco.repo.event.v1.model.RepoEvent<?> event,
                                       Deque<org.alfresco.repo.event.v1.model.EventType> listOfEvents)