root
root
API
com.github.sideeffffect.quartz
Scheduler
SchedulerCustom
SchedulerQuartz
SchedulerQuartz
root
/
com.github.sideeffffect.quartz
/
SchedulerCustom
SchedulerCustom
com.github.sideeffffect.quartz.SchedulerCustom
trait
SchedulerCustom
[
A
,
F
[
_
]]
extends
Scheduler
[
A
,
F
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Scheduler
[
A
,
F
]
class
Object
trait
Matchable
class
Any
Known subtypes
class
SchedulerQuartz
[
A
,
F
,
G
]
Members list
Clear all
Value members
Abstract methods
def
scheduleJobCustom
(
jobKey
:
JobKey
,
jobData
:
A
,
cronExpression
:
CronExpression
):
F
[
Unit
]
def
scheduleJobCustom
(
jobKey
:
JobKey
,
jobData
:
A
,
instant
:
Instant
):
F
[
Unit
]
def
scheduleJobCustom
(
jobKey
:
JobKey
,
jobData
:
A
,
configure
: (
TriggerBuilder
[
Trigger
])
=>
TriggerBuilder
[
_
<:
Trigger
]):
F
[
Instant
]
Inherited and Abstract methods
def
checkExists
(
jobKey
:
JobKey
):
F
[
Boolean
]
Attributes
Inherited from:
Scheduler
def
deleteJob
(
jobKey
:
JobKey
):
F
[
Boolean
]
Attributes
Inherited from:
Scheduler
def
scheduleJob
(
jobDetail
:
JobDetail
,
trigger
:
Trigger
):
F
[
Instant
]
Attributes
Inherited from:
Scheduler
def
scheduleJob
(
trigger
:
Trigger
):
F
[
Instant
]
Attributes
Inherited from:
Scheduler
In this article
Attributes
Members list
Value members
Abstract methods
Inherited and Abstract methods