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, myResourceModifiedMessagePersistenceSvc, mySubscriptionRegistry
-
Constructor Summary
-
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, inflateResourceModifiedMessageFromDeliveryMessage, setDaoRegistryForUnitTest, setFhirContextForUnitTest, setInterceptorBroadcasterForUnitTest, setMatchUrlServiceForUnitTest, setResourceModifiedMessagePersistenceSvcForUnitTest, setSubscriptionRegistryForUnitTest
-
Constructor Details
-
SubscriptionDeliveringEmailSubscriber
-
-
Method Details
-
handleMessage
- Specified by:
handleMessage
in classBaseSubscriptionDeliverySubscriber
- Throws:
Exception
-
setEmailSender
-
getEmailSender
-