Class MonitorEvent
- java.lang.Object
-
- org.osgi.service.typedevent.monitor.MonitorEvent
-
@ProviderType public class MonitorEvent extends java.lang.ObjectA monitoring event.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.Object>eventDataThe Data from the Event in Map formjava.time.InstantpublicationTimeThe time at which the event was publishedjava.lang.StringtopicThe Event Topic
-
Constructor Summary
Constructors Constructor Description MonitorEvent()
-