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.