Package ca.uhn.fhir.jpa.batch2
Class JpaBatch2Config
java.lang.Object
ca.uhn.fhir.batch2.config.BaseBatch2Config
ca.uhn.fhir.jpa.batch2.JpaBatch2Config
@Configuration
@Import(BulkExportJobConfig.class)
public class JpaBatch2Config
extends BaseBatch2Config
-
Field Summary
Fields inherited from class ca.uhn.fhir.batch2.config.BaseBatch2Config
CHANNEL_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbatch2JobInstancePersister
(IBatch2JobInstanceRepository theJobInstanceRepository, IBatch2WorkChunkRepository theWorkChunkRepository, IBatch2WorkChunkMetadataViewRepository theWorkChunkMetadataViewRepo, IHapiTransactionService theTransactionService, jakarta.persistence.EntityManager theEntityManager, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster) Methods inherited from class ca.uhn.fhir.batch2.config.BaseBatch2Config
batch2JobCoordinator, batch2JobDefinitionRegistry, batch2JobMaintenanceService, batch2JobRegisterer, batch2ProcessingChannelProducer, batch2ProcessingChannelReceiver, batchJobSender, getConcurrentConsumers, jobPartitionProvider, jobStepExecutorService, reductionStepExecutorService
-
Constructor Details
-
JpaBatch2Config
public JpaBatch2Config()
-
-
Method Details
-
batch2JobInstancePersister
@Bean public IJobPersistence batch2JobInstancePersister(IBatch2JobInstanceRepository theJobInstanceRepository, IBatch2WorkChunkRepository theWorkChunkRepository, IBatch2WorkChunkMetadataViewRepository theWorkChunkMetadataViewRepo, IHapiTransactionService theTransactionService, jakarta.persistence.EntityManager theEntityManager, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster)
-