Class TypedEventMonitorImpl
java.lang.Object
org.apache.aries.typedevent.bus.impl.TypedEventMonitorImpl
- All Implemented Interfaces:
org.osgi.service.typedevent.monitor.TypedEventMonitor
@Capability(namespace="osgi.service",
attribute="objectClass:List<String>=org.osgi.service.typedevent.monitor.TypedEventMonitor",
uses=org.osgi.service.typedevent.monitor.TypedEventMonitor.class)
public class TypedEventMonitorImpl
extends Object
implements org.osgi.service.typedevent.monitor.TypedEventMonitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
org.osgi.util.pushstream.PushStream
<org.osgi.service.typedevent.monitor.MonitorEvent> org.osgi.util.pushstream.PushStream
<org.osgi.service.typedevent.monitor.MonitorEvent> monitorEvents
(int history) org.osgi.util.pushstream.PushStream
<org.osgi.service.typedevent.monitor.MonitorEvent> monitorEvents
(Instant history)
-
Constructor Details
-
TypedEventMonitorImpl
-
-
Method Details
-
destroy
public void destroy() -
event
-
monitorEvents
public org.osgi.util.pushstream.PushStream<org.osgi.service.typedevent.monitor.MonitorEvent> monitorEvents()- Specified by:
monitorEvents
in interfaceorg.osgi.service.typedevent.monitor.TypedEventMonitor
-
monitorEvents
public org.osgi.util.pushstream.PushStream<org.osgi.service.typedevent.monitor.MonitorEvent> monitorEvents(int history) - Specified by:
monitorEvents
in interfaceorg.osgi.service.typedevent.monitor.TypedEventMonitor
-
monitorEvents
public org.osgi.util.pushstream.PushStream<org.osgi.service.typedevent.monitor.MonitorEvent> monitorEvents(Instant history) - Specified by:
monitorEvents
in interfaceorg.osgi.service.typedevent.monitor.TypedEventMonitor
-