We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff6f4 commit f73164dCopy full SHA for f73164d
src/main/java/org/jitsi/jicofo/util/JibriStatsProvider.java
@@ -16,12 +16,14 @@
16
*/
17
package org.jitsi.jicofo.util;
18
19
-import org.jitsi.eventadmin.*;
20
import org.jitsi.jicofo.recording.jibri.*;
21
import org.osgi.framework.*;
22
23
/**
24
* Provides {@link JibriStats} service instance for the OSGI bundle context.
+ *
25
+ * It's used by {@link OsgiServiceBinder} to inject {@link JibriStats} instance
26
+ * to {@link org.jitsi.jicofo.rest.Statistics}.
27
28
public class JibriStatsProvider extends OsgiServiceProvider<JibriStats>
29
{
0 commit comments