Interface NotificationFactory
- All Known Implementing Classes:
NotificationFactoryImpl
@PublicApi
public interface NotificationFactory
Provides instances of the Notification Transports with the required dependencies injected.
-
Method Summary
Modifier and TypeMethodDescriptiongetImTransport
(String imAddress) getMultipartEmailTransport
(String emailAddress) getTextEmailTransport
(String emailAddress) getUserRecipient
(String username) getWebhookTransport
(WebhookTemplate webhookTemplate, String url)
-
Method Details
-
getImTransport
-
getTextEmailTransport
-
getMultipartEmailTransport
-
getUserRecipient
-
getWebhookTransport
-