Uses of Class
org.linuxforhealth.fhir.persistence.index.IndexProviderResponse
-
Packages that use IndexProviderResponse Package Description org.linuxforhealth.fhir.persistence.index org.linuxforhealth.fhir.server.index.kafka -
-
Uses of IndexProviderResponse in org.linuxforhealth.fhir.persistence.index
Methods in org.linuxforhealth.fhir.persistence.index that return IndexProviderResponse Modifier and Type Method Description abstract IndexProviderResponse
FHIRRemoteIndexService. submit(RemoteIndexData data)
Submit the index data request to the async indexing service we representMethods in org.linuxforhealth.fhir.persistence.index that return types with arguments of type IndexProviderResponse Modifier and Type Method Description java.util.concurrent.CompletableFuture<IndexProviderResponse>
FHIRIndexProvider. submit(RemoteIndexData data)
Submit the index data request to the async indexing service we represent -
Uses of IndexProviderResponse in org.linuxforhealth.fhir.server.index.kafka
Methods in org.linuxforhealth.fhir.server.index.kafka that return IndexProviderResponse Modifier and Type Method Description IndexProviderResponse
FHIRRemoteIndexKafkaService. submit(RemoteIndexData data)
-