Uses of Interface
ca.uhn.fhir.jpa.subscription.match.deliver.email.IEmailSender
Packages that use IEmailSender
Package
Description
-
Uses of IEmailSender in ca.uhn.fhir.jpa.subscription.channel.subscription
Methods in ca.uhn.fhir.jpa.subscription.channel.subscription with parameters of type IEmailSenderModifier and TypeMethodDescriptionprotected SubscriptionDeliveringEmailSubscriberSubscriptionDeliveryHandlerFactory.newSubscriptionDeliveringEmailSubscriber(IEmailSender theEmailSender)voidSubscriptionDeliveryHandlerFactory.setEmailSender(IEmailSender theEmailSender) -
Uses of IEmailSender in ca.uhn.fhir.jpa.subscription.match.config
Methods in ca.uhn.fhir.jpa.subscription.match.config with parameters of type IEmailSenderModifier and TypeMethodDescriptionSubscriptionProcessorConfig.subscriptionDeliveringEmailSubscriber(IEmailSender theEmailSender) -
Uses of IEmailSender in ca.uhn.fhir.jpa.subscription.match.deliver.email
Classes in ca.uhn.fhir.jpa.subscription.match.deliver.email that implement IEmailSenderMethods in ca.uhn.fhir.jpa.subscription.match.deliver.email with parameters of type IEmailSenderModifier and TypeMethodDescriptionvoidSubscriptionDeliveringEmailSubscriber.setEmailSender(IEmailSender theEmailSender)Constructors in ca.uhn.fhir.jpa.subscription.match.deliver.email with parameters of type IEmailSenderModifierConstructorDescriptionSubscriptionDeliveringEmailSubscriber(IEmailSender theEmailSender)