Class MonitorEvent

java.lang.Object
org.osgi.service.typedevent.monitor.MonitorEvent

@ProviderType public class MonitorEvent extends Object
A monitoring event.
  • Field Details

    • topic

      public String topic
      The Event Topic
    • eventData

      public Map<String,Object> eventData
      The Data from the Event in Map form
    • publicationTime

      public Instant publicationTime
      The time at which the event was published
  • Constructor Details

    • MonitorEvent

      public MonitorEvent()