Success

@Serializable
class Success(val id: Long, val response: ActorProtocol.Response) : RpcEnvelope.Response

Constructors

Link copied to clipboard
constructor(id: Long, response: ActorProtocol.Response)

Properties

Link copied to clipboard
open override val id: Long
Link copied to clipboard