Uses of Interface
org.linuxforhealth.fhir.bucket.api.IResourceEntryProcessor
-
Packages that use IResourceEntryProcessor Package Description org.linuxforhealth.fhir.bucket.scanner -
-
Uses of IResourceEntryProcessor in org.linuxforhealth.fhir.bucket.scanner
Classes in org.linuxforhealth.fhir.bucket.scanner that implement IResourceEntryProcessor Modifier and Type Class Description class
BundleBreakerResourceProcessor
Breaks a large Bundle into smaller Bundles, translating local references to external references to maintain the relationships between the resources when they are loaded into the FHIR server.class
FHIRClientResourceProcessor
Calls the FHIR REST API to create resourcesConstructors in org.linuxforhealth.fhir.bucket.scanner with parameters of type IResourceEntryProcessor Constructor Description ResourceHandler(java.util.concurrent.ExecutorService commonPool, int maxConcurrentFhirRequests, IResourceEntryProcessor rep)
Public constructor
-