Uses of Class
ca.uhn.fhir.batch2.channel.BatchJobSender
Packages that use BatchJobSender
Package
Description
-
Uses of BatchJobSender in ca.uhn.fhir.batch2.config
Methods in ca.uhn.fhir.batch2.config that return BatchJobSenderMethods in ca.uhn.fhir.batch2.config with parameters of type BatchJobSenderModifier and TypeMethodDescriptionBaseBatch2Config.batch2JobCoordinator(JobDefinitionRegistry theJobDefinitionRegistry, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IJobMaintenanceService theJobMaintenanceService, IHapiTransactionService theTransactionService) BaseBatch2Config.batch2JobMaintenanceService(ISchedulerService theSchedulerService, JobDefinitionRegistry theJobDefinitionRegistry, JpaStorageSettings theStorageSettings, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IReductionStepExecutorService theReductionStepExecutorService) BaseBatch2Config.jobStepExecutorService(BatchJobSender theBatchJobSender) -
Uses of BatchJobSender in ca.uhn.fhir.batch2.coordinator
Constructors in ca.uhn.fhir.batch2.coordinator with parameters of type BatchJobSenderModifierConstructorDescriptionJobCoordinatorImpl(BatchJobSender theBatchJobSender, IChannelReceiver theWorkChannelReceiver, IJobPersistence theJobPersistence, JobDefinitionRegistry theJobDefinitionRegistry, WorkChunkProcessor theExecutorSvc, IJobMaintenanceService theJobMaintenanceService, IHapiTransactionService theTransactionService) ConstructorJobStepExecutorFactory(IJobPersistence theJobPersistence, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutorSvc, IJobMaintenanceService theJobMaintenanceService, JobDefinitionRegistry theJobDefinitionRegistry) WorkChunkProcessor(IJobPersistence theJobPersistence, BatchJobSender theSender, IHapiTransactionService theHapiTransactionService) -
Uses of BatchJobSender in ca.uhn.fhir.batch2.maintenance
Constructors in ca.uhn.fhir.batch2.maintenance with parameters of type BatchJobSenderModifierConstructorDescriptionJobInstanceProcessor(IJobPersistence theJobPersistence, BatchJobSender theBatchJobSender, String theInstanceId, JobChunkProgressAccumulator theProgressAccumulator, IReductionStepExecutorService theReductionStepExecutorService, JobDefinitionRegistry theJobDefinitionRegistry) JobMaintenanceServiceImpl(ISchedulerService theSchedulerService, IJobPersistence theJobPersistence, JpaStorageSettings theStorageSettings, JobDefinitionRegistry theJobDefinitionRegistry, BatchJobSender theBatchJobSender, WorkChunkProcessor theExecutor, IReductionStepExecutorService theReductionStepExecutorService) Constructor