
Class SubscriptionDeliveringEmailSubscriber
java.lang.Object
ca.uhn.fhir.jpa.subscription.match.deliver.BaseSubscriptionDeliverySubscriber
ca.uhn.fhir.jpa.subscription.match.deliver.email.SubscriptionDeliveringEmailSubscriber
- All Implemented Interfaces:
org.springframework.messaging.MessageHandler
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.subscription.match.deliver.BaseSubscriptionDeliverySubscriber
myFhirContext, mySubscriptionRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(ResourceDeliveryMessage theMessage) void
setEmailSender
(IEmailSender theEmailSender) Methods inherited from class ca.uhn.fhir.jpa.subscription.match.deliver.BaseSubscriptionDeliverySubscriber
createDeliveryBundleForPayloadSearchCriteria, getInterceptorBroadcaster, handleMessage, setDaoRegistryForUnitTest, setFhirContextForUnitTest, setInterceptorBroadcasterForUnitTest, setMatchUrlServiceForUnitTest, setSubscriptionRegistryForUnitTest
-
Constructor Details
-
SubscriptionDeliveringEmailSubscriber
-
-
Method Details
-
handleMessage
- Specified by:
handleMessage
in classBaseSubscriptionDeliverySubscriber
- Throws:
Exception
-
setEmailSender
-