TaskBridgePollEventsClient
Functional interface for long-polling event requests.
Functions
Link copied to clipboard
abstract suspend fun pollEvents(context: Ctx, url: String, afterEventId: String?, waitTimeoutMs: Int, maxEvents: Int): PollEventsResponse
Performs a single long-polling request.