class SchedulerQuartz[A, F[_], G[_]] extends SchedulerCustom[A, G] with Job
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SchedulerQuartz
- Job
- SchedulerCustom
- Scheduler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SchedulerQuartz(underlying: org.quartz.Scheduler, action: (A) => F[Unit], dispatcher: Dispatcher[F])(implicit arg0: Encoder[A], arg1: Decoder[A], arg2: MonadThrow[F], arg3: Sync[G])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkExists(jobKey: JobKey): G[Boolean]
- Definition Classes
- SchedulerQuartz → Scheduler
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def deleteJob(jobKey: JobKey): G[Boolean]
- Definition Classes
- SchedulerQuartz → Scheduler
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(context: JobExecutionContext): Unit
- Definition Classes
- SchedulerQuartz → Job
- def executeAction(a: A): F[Unit]
- def executeF(context: JobExecutionContext): F[Unit]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def scheduleJob(jobDetail: JobDetail, trigger: Trigger): G[Instant]
- Definition Classes
- SchedulerQuartz → Scheduler
- def scheduleJob(trigger: Trigger): G[Instant]
- Definition Classes
- SchedulerQuartz → Scheduler
- def scheduleJobCustom(jobKey: JobKey, jobData: A, configure: (TriggerBuilder[Trigger]) => TriggerBuilder[_ <: Trigger]): G[Instant]
- Definition Classes
- SchedulerQuartz → SchedulerCustom
- def scheduleJobCustom(jobKey: JobKey, jobData: A, instant: Instant): G[Unit]
- Definition Classes
- SchedulerQuartz → SchedulerCustom
- def scheduleJobCustom(jobKey: JobKey, jobData: A, cronExpression: CronExpression): G[Unit]
- Definition Classes
- SchedulerQuartz → SchedulerCustom
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unsafeUnderlying: org.quartz.Scheduler
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)