ReplyCallback

interface ReplyCallback<T>(source)

Reply callback for postAndReply

Parameters

<T>

A type which will be received as the argument.

Functions

Link copied to clipboard
abstract fun onReply(value: T)
Called when the task was finished.