Package ca.uhn.fhir.batch2.coordinator
Class JobStepExecutorFactory
java.lang.Object
ca.uhn.fhir.batch2.coordinator.JobStepExecutorFactory
-
Constructor Summary
ConstructorsConstructorDescriptionJobStepExecutorFactory(IJobPersistence theJobPersistence, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutorSvc, IJobMaintenanceService theJobMaintenanceService, JobDefinitionRegistry theJobDefinitionRegistry) -
Method Summary
Modifier and TypeMethodDescription<PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, OT extends ca.uhn.fhir.model.api.IModelJson>
JobStepExecutor<PT,IT, OT> newJobStepExecutor(JobInstance theInstance, WorkChunk theWorkChunk, JobWorkCursor<PT, IT, OT> theCursor)
-
Constructor Details
-
JobStepExecutorFactory
public JobStepExecutorFactory(@Nonnull IJobPersistence theJobPersistence, @Nonnull BatchJobSender theBatchJobSender, @Nonnull WorkChunkProcessor theExecutorSvc, @Nonnull IJobMaintenanceService theJobMaintenanceService, @Nonnull JobDefinitionRegistry theJobDefinitionRegistry)
-
-
Method Details
-
newJobStepExecutor
public <PT extends ca.uhn.fhir.model.api.IModelJson,IT extends ca.uhn.fhir.model.api.IModelJson, JobStepExecutor<PT,OT extends ca.uhn.fhir.model.api.IModelJson> IT, newJobStepExecutorOT> (@Nonnull JobInstance theInstance, WorkChunk theWorkChunk, @Nonnull JobWorkCursor<PT, IT, OT> theCursor)
-