Class MonitorEvent


  • @ProviderType
    public class MonitorEvent
    extends java.lang.Object
    A monitoring event.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object> eventData
      The Data from the Event in Map form
      java.time.Instant publicationTime
      The time at which the event was published
      java.lang.String topic
      The Event Topic
    • Constructor Summary

      Constructors 
      Constructor Description
      MonitorEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • topic

        public java.lang.String topic
        The Event Topic
      • eventData

        public java.util.Map<java.lang.String,​java.lang.Object> eventData
        The Data from the Event in Map form
      • publicationTime

        public java.time.Instant publicationTime
        The time at which the event was published
    • Constructor Detail

      • MonitorEvent

        public MonitorEvent()