Class ImapStandardEventsGenerator

java.lang.Object
io.jmix.imap.sync.events.ImapEventsBatchedGenerator
io.jmix.imap.sync.events.ImapStandardEventsGenerator
All Implemented Interfaces:
ImapEventsGenerator

@Component("imap_StandardEventsGenerator") public class ImapStandardEventsGenerator extends ImapEventsBatchedGenerator
  • Field Details

    • imapMessageSyncDataProvider

      @Autowired protected ImapMessageSyncDataProvider imapMessageSyncDataProvider
    • authentication

      @Autowired protected SystemAuthenticator authentication
    • entityManager

      protected javax.persistence.EntityManager entityManager
    • transaction

      protected org.springframework.transaction.support.TransactionTemplate transaction
    • timeSource

      @Autowired protected TimeSource timeSource
    • imapProperties

      @Autowired protected ImapProperties imapProperties
  • Constructor Details

    • ImapStandardEventsGenerator

      public ImapStandardEventsGenerator()
  • Method Details