Uses of Class
org.osgi.service.typedevent.monitor.MonitorEvent
-
Packages that use MonitorEvent Package Description org.osgi.service.typedevent.monitor Typed Event Monitoring Package Version 1.0. -
-
Uses of MonitorEvent in org.osgi.service.typedevent.monitor
Methods in org.osgi.service.typedevent.monitor that return types with arguments of type MonitorEvent Modifier and Type Method Description PushStream<MonitorEvent>
TypedEventMonitor. monitorEvents()
Get a stream of events, starting now.PushStream<MonitorEvent>
TypedEventMonitor. monitorEvents(int history)
Get a stream of events, including up to the requested number of historical data events.PushStream<MonitorEvent>
TypedEventMonitor. monitorEvents(java.time.Instant history)
Get a stream of events, including historical data events prior to the supplied time
-