launchdarkly_event_source_client library

launchdarkly_sse provides SSE streaming functionality.

Classes

Event
Base class for event source events.
EventSourceLogger
Simple logging interface for the event source client
MessageEvent
Represents a message that came across the SSE stream.
NoOpLogger
No-op logger implementation that does nothing
OpenEvent
Event emitted when the SSE client connects.
PrintLogger
Simple print-based logger for basic logging
SSEClient
An SSEClient that works to maintain a SSE connection to a server.
TestSseClient
An SSE client to use for testing.

Enums

LogLevel
SseHttpMethod
HTTP methods supported by the event source client.