Class SentryJobListener

java.lang.Object
io.sentry.quartz.SentryJobListener
All Implemented Interfaces:
org.quartz.JobListener

@Experimental public final class SentryJobListener extends Object implements org.quartz.JobListener
  • Field Details

  • Constructor Details

    • SentryJobListener

      public SentryJobListener()
    • SentryJobListener

      public SentryJobListener(@NotNull @NotNull IHub hub)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.quartz.JobListener
    • jobToBeExecuted

      public void jobToBeExecuted(@NotNull @NotNull org.quartz.JobExecutionContext context)
      Specified by:
      jobToBeExecuted in interface org.quartz.JobListener
    • jobExecutionVetoed

      public void jobExecutionVetoed(org.quartz.JobExecutionContext context)
      Specified by:
      jobExecutionVetoed in interface org.quartz.JobListener
    • jobWasExecuted

      public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
      Specified by:
      jobWasExecuted in interface org.quartz.JobListener