| Package | Description |
|---|---|
| io.split.engine.common | |
| io.split.engine.sse |
| Modifier and Type | Method and Description |
|---|---|
static PushManager.Status |
PushManager.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PushManager.Status[] |
PushManager.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PushManagerImp |
PushManagerImp.build(Synchronizer synchronizer,
String streamingUrl,
String authUrl,
org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient,
LinkedBlockingQueue<PushManager.Status> statusMessages,
org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient,
TelemetryRuntimeProducer telemetryRuntimeProducer) |
| Constructor and Description |
|---|
PushStatusTrackerImp(LinkedBlockingQueue<PushManager.Status> statusMessages,
TelemetryRuntimeProducer telemetryRuntimeProducer) |
Copyright © 2021. All rights reserved.