Class NotificationEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
ch.admin.bit.jeap.testorchestrator.domain.events.NotificationEvent
All Implemented Interfaces:
Serializable

public class NotificationEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • NotificationEvent

      public NotificationEvent(Object source, ch.admin.bit.jeap.testagent.api.notification.NotificationDto notificationDto)
  • Method Details

    • getNotification

      public String getNotification()
    • getProducer

      public String getProducer()
    • getTestId

      public String getTestId()
    • getData

      public Map<String,String> getData()