Class SynchronousSubscriptionMatcherInterceptor
java.lang.Object
ca.uhn.fhir.jpa.subscription.submit.interceptor.SubscriptionMatcherInterceptor
ca.uhn.fhir.jpa.subscription.submit.interceptor.SynchronousSubscriptionMatcherInterceptor
The purpose of this interceptor is to synchronously submit ResourceModifiedMessage to the
subscription processing pipeline, ie, as part of processing the operation on a resource.
It is meant to replace the SubscriptionMatcherInterceptor in integrated tests where
scheduling is disabled. See
AsyncResourceModifiedProcessingSchedulerSvc
for further details on asynchronous submissions.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
processResourceModifiedMessage
(ResourceModifiedMessage theResourceModifiedMessage) Methods inherited from class ca.uhn.fhir.jpa.subscription.submit.interceptor.SubscriptionMatcherInterceptor
createResourceModifiedMessage, processResourceModifiedEvent, resourceCreated, resourceDeleted, resourceUpdated, setFhirContext
-
Constructor Details
-
SynchronousSubscriptionMatcherInterceptor
-
-
Method Details
-
processResourceModifiedMessage
- Overrides:
processResourceModifiedMessage
in classSubscriptionMatcherInterceptor
-