Uses of Class
ca.uhn.fhir.jpa.subscription.submit.interceptor.SubscriptionMatcherInterceptor
Package
Description
-
Uses of SubscriptionMatcherInterceptor in ca.uhn.fhir.jpa.subscription.submit.config
Modifier and TypeMethodDescriptionSubscriptionMatcherInterceptorConfig.subscriptionMatcherInterceptor()
Modifier and TypeMethodDescriptionSubscriptionSubmitterConfig.subscriptionMatcherInterceptorLoader
(ca.uhn.fhir.interceptor.api.IInterceptorService theInterceptorService, SubscriptionSettings theSubscriptionSettings, SubscriptionMatcherInterceptor theSubscriptionMatcherInterceptor, SubscriptionValidatingInterceptor theSubscriptionValidatingInterceptor, SubscriptionTopicValidatingInterceptor theSubscriptionTopicValidatingInterceptor) -
Uses of SubscriptionMatcherInterceptor in ca.uhn.fhir.jpa.subscription.submit.interceptor
Modifier and TypeClassDescriptionclass
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.ModifierConstructorDescriptionSubscriptionSubmitInterceptorLoader
(ca.uhn.fhir.interceptor.api.IInterceptorService theInterceptorService, SubscriptionSettings theSubscriptionSettings, SubscriptionMatcherInterceptor theSubscriptionMatcherInterceptor, SubscriptionValidatingInterceptor theSubscriptionValidatingInterceptor, SubscriptionTopicValidatingInterceptor theSubscriptionTopicValidatingInterceptor)