Class FhirConsumer<AuditDatasetType extends FhirAuditDataset>

  • All Implemented Interfaces:
    AutoCloseable, Predicate<RequestDetails>, org.apache.camel.Consumer, org.apache.camel.EndpointAware, org.apache.camel.RouteAware, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.RouteIdAware, org.apache.camel.StatefulService, org.apache.camel.SuspendableService, RequestConsumer

    public class FhirConsumer<AuditDatasetType extends FhirAuditDataset>
    extends org.apache.camel.support.DefaultConsumer
    implements org.apache.camel.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