Uses of Interface
org.openehealth.ipf.commons.ihe.fhir.RequestConsumer
Packages that use RequestConsumer
Package
Description
-
Uses of RequestConsumer in org.openehealth.ipf.commons.ihe.fhir
Methods in org.openehealth.ipf.commons.ihe.fhir that return RequestConsumerMethods in org.openehealth.ipf.commons.ihe.fhir that return types with arguments of type RequestConsumerModifier and TypeMethodDescriptionprotected Optional<RequestConsumer> AbstractPlainProvider.getRequestConsumer(RequestDetails requestDetails) protected abstract Optional<RequestConsumer> FhirProvider.getRequestConsumer(RequestDetails requestDetails) Returns the first consumer that is able to handle the provided payloadprotected Optional<RequestConsumer> SharedFhirProvider.getRequestConsumer(RequestDetails requestDetails) Methods in org.openehealth.ipf.commons.ihe.fhir with parameters of type RequestConsumerModifier and TypeMethodDescriptionvoidAbstractPlainProvider.setConsumer(RequestConsumer consumer) abstract voidFhirProvider.setConsumer(RequestConsumer consumer) Ensures that the provided consumer is considered by this providervoidSharedFhirProvider.setConsumer(RequestConsumer consumer) Adds a request consumer for this resource providervoidAbstractPlainProvider.unsetConsumer(RequestConsumer consumer) abstract voidFhirProvider.unsetConsumer(RequestConsumer consumer) Ensures that the provided consumer is not considered by this providervoidSharedFhirProvider.unsetConsumer(RequestConsumer consumer) Removes the request consumer.Constructors in org.openehealth.ipf.commons.ihe.fhir with parameters of type RequestConsumerModifierConstructorDescriptionAbstractBundleProvider(RequestConsumer consumer, boolean sort, Object payload, Map<String, Object> headers, jakarta.servlet.http.HttpServletResponse httpServletResponse) AbstractBundleProvider(RequestConsumer consumer, Object payload, Map<String, Object> headers, jakarta.servlet.http.HttpServletResponse httpServletResponse) EagerBundleProvider(RequestConsumer consumer, boolean sort, Object payload, Map<String, Object> headers, jakarta.servlet.http.HttpServletResponse httpServletResponse) EagerBundleProvider(RequestConsumer consumer, Object payload, Map<String, Object> headers, jakarta.servlet.http.HttpServletResponse httpServletResponse) LazyBundleProvider(RequestConsumer consumer, boolean cacheResults, boolean sort, Object payload, Map<String, Object> headers, jakarta.servlet.http.HttpServletResponse httpServletResponse) Initializes a lazy bundle providerLazyBundleProvider(RequestConsumer consumer, boolean cacheResults, Object payload, Map<String, Object> headers, jakarta.servlet.http.HttpServletResponse httpServletResponse) Initializes a lazy bundle provider -
Uses of RequestConsumer in org.openehealth.ipf.platform.camel.ihe.fhir.core
Classes in org.openehealth.ipf.platform.camel.ihe.fhir.core that implement RequestConsumerModifier and TypeClassDescriptionclassFhirConsumer<AuditDatasetType extends FhirAuditDataset>FHIR consumer, which is an implementation of aRequestConsumerthat handles requests by sending the request data and parameters into a Camel route and returning the result of the route processing.