Web
Socket
Operator
class WebSocketOperator<T> : FlowableOperator<WebSocketStatus<T>, WebSocket.Event>
Content copied to clipboard
Author
Jimly A.
Since
01-Nov-21
Constructors
Functions
Link copied to clipboard
open override fun apply(subscriber: Subscriber<in WebSocketStatus<T>>): Subscriber<WebSocket.Event>
Content copied to clipboard