Class MonitorEvent
- java.lang.Object
-
- org.osgi.service.typedevent.monitor.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 formjava.time.Instant
publicationTime
The time at which the event was publishedjava.lang.String
topic
The Event Topic
-
Constructor Summary
Constructors Constructor Description MonitorEvent()
-