| Package | Description |
|---|---|
| io.split.engine.sse | |
| io.split.engine.sse.client |
| Modifier and Type | Method and Description |
|---|---|
void |
PushStatusTrackerImp.handleSseStatus(SSEClient.StatusMessage newStatus) |
void |
PushStatusTracker.handleSseStatus(SSEClient.StatusMessage newStatus) |
| Modifier and Type | Method and Description |
|---|---|
static SSEClient.StatusMessage |
SSEClient.StatusMessage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSEClient.StatusMessage[] |
SSEClient.StatusMessage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SSEClient(Function<RawEvent,Void> eventCallback,
Function<SSEClient.StatusMessage,Void> statusCallback,
org.apache.hc.client5.http.impl.classic.CloseableHttpClient client,
TelemetryRuntimeProducer telemetryRuntimeProducer) |
Copyright © 2021. All rights reserved.