Class SubscriptionMatchDeliverer
java.lang.Object
ca.uhn.fhir.jpa.subscription.match.matcher.subscriber.SubscriptionMatchDeliverer
-
Constructor Summary
ConstructorDescriptionSubscriptionMatchDeliverer
(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SubscriptionChannelRegistry theSubscriptionChannelRegistry) -
Method Summary
Modifier and TypeMethodDescriptionboolean
deliverPayload
(SubscriptionDeliveryRequest subscriptionDeliveryRequest, InMemoryMatchResult theInMemoryMatchResult) boolean
deliverPayload
(org.hl7.fhir.instance.model.api.IBaseResource thePayload, ResourceModifiedMessage theMsg, ActiveSubscription theActiveSubscription, InMemoryMatchResult theInMemoryMatchResult)
-
Constructor Details
-
SubscriptionMatchDeliverer
public SubscriptionMatchDeliverer(ca.uhn.fhir.context.FhirContext theFhirContext, ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster theInterceptorBroadcaster, SubscriptionChannelRegistry theSubscriptionChannelRegistry)
-
-
Method Details
-
deliverPayload
public boolean deliverPayload(@Nullable org.hl7.fhir.instance.model.api.IBaseResource thePayload, @Nonnull ResourceModifiedMessage theMsg, @Nonnull ActiveSubscription theActiveSubscription, @Nullable InMemoryMatchResult theInMemoryMatchResult) -
deliverPayload
public boolean deliverPayload(@Nonnull SubscriptionDeliveryRequest subscriptionDeliveryRequest, @Nullable InMemoryMatchResult theInMemoryMatchResult)
-