Uses of Class
io.split.engine.sse.client.RawEvent
-
Packages that use RawEvent Package Description io.split.engine.sse.client -
-
Uses of RawEvent in io.split.engine.sse.client
Methods in io.split.engine.sse.client that return RawEvent Modifier and Type Method Description static RawEventRawEvent. fromString(String eventRawData)Constructor parameters in io.split.engine.sse.client with type arguments of type RawEvent Constructor Description SSEClient(Function<RawEvent,Void> eventCallback, Function<SSEClient.StatusMessage,Void> statusCallback, org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, TelemetryRuntimeProducer telemetryRuntimeProducer, ThreadFactory threadFactory, RequestDecorator requestDecorator)
-