Class FhirConsumer<AuditDatasetType extends FhirAuditDataset>

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultConsumer
org.openehealth.ipf.platform.camel.ihe.fhir.core.FhirConsumer<AuditDatasetType>
All Implemented Interfaces:
AutoCloseable, Predicate<RequestDetails>, Consumer, EndpointAware, HealthCheckAware, RouteAware, Service, ShutdownableService, RouteIdAware, StatefulService, SuspendableService, RequestConsumer

public class FhirConsumer<AuditDatasetType extends FhirAuditDataset> extends org.apache.camel.support.DefaultConsumer implements SuspendableService, RequestConsumer
FHIR consumer, which is an implementation of a RequestConsumer that handles requests by sending the request data and parameters into a Camel route and returning the result of the route processing.
Since:
3.1
Author:
Christian Ohr