Class TwitterAccountRemoteUpdate

java.lang.Object
io.meeds.gamification.twitter.scheduled.TwitterAccountRemoteUpdate
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class TwitterAccountRemoteUpdate extends Object implements org.quartz.Job
A service that will manage the periodic updating of twitter account events.
  • Constructor Details

    • TwitterAccountRemoteUpdate

      public TwitterAccountRemoteUpdate()
  • Method Details

    • execute

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