Class TransactionSenderJob

java.lang.Object
io.meeds.wallet.job.TransactionSenderJob
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class TransactionSenderJob extends Object implements org.quartz.Job
  • Field Details

    • container

      protected org.exoplatform.container.ExoContainer container
    • blockchainTransactionService

      protected io.meeds.wallet.service.BlockchainTransactionService blockchainTransactionService
  • Constructor Details

    • TransactionSenderJob

      public TransactionSenderJob()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException