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 b190ad1 commit 7afe527Copy full SHA for 7afe527
opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/request/service/RequestService.java
@@ -20,8 +20,9 @@
20
public interface RequestService {
21
22
/**
23
- * Starts the service. The actions done in this method depend on the implementation. For HTTP
24
- * there's nothing to do here, whereas for WebSocket this is where the connectivity is started.
+ * Starts the service. The actions done in this method depend on the implementation. For HTTP this
+ * is where the periodic poll task should get started, whereas for WebSocket this is where the
25
+ * connectivity is started.
26
*
27
* @param callback This is the only way that the service can communicate back to the {@link
28
* OpampClient} implementation.
0 commit comments