Class AsyncResourceModifiedProcessingSchedulerSvc
java.lang.Object
ca.uhn.fhir.jpa.subscription.async.AsyncResourceModifiedProcessingSchedulerSvc
- All Implemented Interfaces:
ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
public class AsyncResourceModifiedProcessingSchedulerSvc
extends Object
implements ca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
This service is responsible for scheduling a job that will submit messages
to the subscription processing pipeline at a given interval.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
long
-
Constructor Summary
ConstructorDescriptionAsyncResourceModifiedProcessingSchedulerSvc
(long theSubmissionIntervalInMilliSeconds) -
Method Summary
Modifier and TypeMethodDescriptionvoid
scheduleJobs
(ca.uhn.fhir.jpa.model.sched.ISchedulerService theSchedulerService)
-
Field Details
-
DEFAULT_SUBMISSION_INTERVAL_IN_MS
- See Also:
-
mySubmissionIntervalInMilliSeconds
-
-
Constructor Details
-
AsyncResourceModifiedProcessingSchedulerSvc
-
AsyncResourceModifiedProcessingSchedulerSvc
-
-
Method Details
-
scheduleJobs
- Specified by:
scheduleJobs
in interfaceca.uhn.fhir.jpa.model.sched.IHasScheduledJobs
-