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 TypeMethodDescriptionvoidhandleMessage(ResourceDeliveryMessage theMessage)voidsetEmailSender(IEmailSender theEmailSender)Methods inherited from class ca.uhn.fhir.jpa.subscription.match.deliver.BaseSubscriptionDeliverySubscriber
getInterceptorBroadcaster, handleMessage, setFhirContextForUnitTest, setInterceptorBroadcasterForUnitTest, setSubscriptionRegistryForUnitTest
-
Constructor Details
-
SubscriptionDeliveringEmailSubscriber
-
-
Method Details
-
handleMessage
- Specified by:
handleMessagein classBaseSubscriptionDeliverySubscriber- Throws:
Exception
-
setEmailSender
-