Class CompositeNotificationSender.SenderEntry
java.lang.Object
org.craftercms.studio.impl.v2.notification.CompositeNotificationSender.SenderEntry
- Enclosing class:
CompositeNotificationSender
Represents an entry in the composite notification sender, which includes:
- NotificationSender
- The template to use for sending messages.
- Enabled flag
-
Constructor Summary
ConstructorsConstructorDescriptionSenderEntry(org.craftercms.commons.notification.NotificationSender<?> sender, String template, boolean enabled) -
Method Summary
-
Constructor Details
-
SenderEntry
public SenderEntry(org.craftercms.commons.notification.NotificationSender<?> sender, String template, boolean enabled)
-