Uses of Interface
ca.uhn.fhir.jpa.subscription.module.subscriber.email.IEmailSender
-
Packages that use IEmailSender Package Description ca.uhn.fhir.jpa.subscription.module.channel ca.uhn.fhir.jpa.subscription.module.subscriber.email -
-
Uses of IEmailSender in ca.uhn.fhir.jpa.subscription.module.channel
Methods in ca.uhn.fhir.jpa.subscription.module.channel with parameters of type IEmailSender Modifier and Type Method Description protected abstract SubscriptionDeliveringEmailSubscriberSubscriptionDeliveryHandlerFactory. getSubscriptionDeliveringEmailSubscriber(IEmailSender myEmailSender)voidSubscriptionDeliveryHandlerFactory. setEmailSender(IEmailSender theEmailSender) -
Uses of IEmailSender in ca.uhn.fhir.jpa.subscription.module.subscriber.email
Classes in ca.uhn.fhir.jpa.subscription.module.subscriber.email that implement IEmailSender Modifier and Type Class Description classJavaMailEmailSenderMethods in ca.uhn.fhir.jpa.subscription.module.subscriber.email with parameters of type IEmailSender Modifier and Type Method Description voidSubscriptionDeliveringEmailSubscriber. setEmailSender(IEmailSender theEmailSender)Constructors in ca.uhn.fhir.jpa.subscription.module.subscriber.email with parameters of type IEmailSender Constructor Description SubscriptionDeliveringEmailSubscriber(IEmailSender theEmailSender)
-