Interface FHIRIndexProvider
-
public interface FHIRIndexProvider
Interface to support dispatching of resource parameter blocks to another service for offline processing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<IndexProviderResponse>
submit(RemoteIndexData data)
Submit the index data request to the async indexing service we represent
-
-
-
Method Detail
-
submit
java.util.concurrent.CompletableFuture<IndexProviderResponse> submit(RemoteIndexData data)
Submit the index data request to the async indexing service we represent- Parameters:
data
-- Returns:
- A CompletableFuture which completes when the request is acknowledged to have been received by the async service
-
-