Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At the time of Eagle Topology starts ,  Code should scan and register the Notification Type ( Custom Notification / Email / Kafka Message  etc.. ).  Since Eagle allows users to implement their own Notification Implementation  , Our Topology Init code should automatically detects and register which type of Notification needs to be used .

 public class SECAlerts MessageNotification implements  NotificationPlugin {

...

 When users deploys their code with Eagle Service , Our Topology Initializer  have to detect SECAlerts and MessageNotification  and Register it automatically.

...