Class SchedulableIdentityFactory
java.lang.Object
com.kingsrook.qqq.backend.core.scheduler.schedulable.identity.SchedulableIdentityFactory
Factory to produce SchedulableIdentity objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchedulableIdentity
of
(PollingAutomationPerTableRunner.TableActionsInterface tableActions) static BasicSchedulableIdentity
of
(QProcessMetaData process) static SchedulableIdentity
of
(QQueueMetaData queue) static BasicSchedulableIdentity
of
(ScheduledJob scheduledJob) Factory to create one of these for a scheduled job record
-
Constructor Details
-
SchedulableIdentityFactory
public SchedulableIdentityFactory()
-
-
Method Details
-
of
Factory to create one of these for a scheduled job record -
of
-
of
-
of
public static SchedulableIdentity of(PollingAutomationPerTableRunner.TableActionsInterface tableActions)
-