Package markets.alpaca.client.broker.sse
package markets.alpaca.client.broker.sse
Handwritten Server-Sent Events clients for Alpaca Broker event streams.
The generated Broker OpenAPI client exposes SSE endpoints as blocking REST calls. This package reuses the generated request builders for authentication, path, and query construction, then opens the stream through OkHttp SSE so applications can receive live Broker events and close the subscription explicitly.
- See Also:
-
ClassDescriptionStreaming wrapper for Broker Events SSE endpoints.Optional LocalDate-based filters for Broker SSE endpoints.Optional OffsetDateTime-based filters for Broker SSE endpoints.Receives lifecycle callbacks and typed events from a Broker Server-Sent Events stream.Optional OffsetDateTime filters plus an event/account identifier.Optional legacy LocalDate/numeric-ID/ULID filters plus an event/account identifier.Optional LocalDate, numeric ID, and ULID filters for legacy Broker SSE endpoints.Optional filters for Broker non-trading-activity SSE events.Handle for a Broker SSE subscription.