interface EventSource
interface Factory |
abstract fun cancel(): Unit
Immediately and violently release resources held by this event source. This does nothing if the event source has already been closed or canceled. |
|
abstract fun request(): Request
Returns the original request that initiated this event source. |