Class CompositeNotificationSender.SenderEntry

java.lang.Object
org.craftercms.studio.impl.v2.notification.CompositeNotificationSender.SenderEntry
Enclosing class:
CompositeNotificationSender

public static class CompositeNotificationSender.SenderEntry extends Object
Represents an entry in the composite notification sender, which includes:

  • NotificationSender
  • The template to use for sending messages.
  • Enabled flag
  • Constructor Details

    • SenderEntry

      public SenderEntry(org.craftercms.commons.notification.NotificationSender<?> sender, String template, boolean enabled)