Close

data class Close<BinaryPayloadType>(val cause: Throwable?, val payload: BinaryPayloadType? = null) : WebSocketEvent<BinaryPayloadType>

Constructors

Link copied to clipboard
constructor(cause: Throwable?, payload: BinaryPayloadType? = null)

Properties

Link copied to clipboard
val cause: Throwable?
Link copied to clipboard