ArthasBridgeListener

abstract class ArthasBridgeListener

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onClose()

当连接关闭时触发.

Link copied to clipboard
open fun onContent(result: String)

当读取到任意内容时

Link copied to clipboard
open fun onError(command: String, rawContent: String, exception: Exception)
Link copied to clipboard
open fun onFinish(command: String, result: ArthasResultItem, rawContent: String)

当命令完成后.