Wired Rd Task
abstract class WiredRdTask<TReq, TRes>(val call: RdCall<TReq, TRes>, val rdid: RdId, val wireScheduler: IScheduler) : RdTask<TRes> , IRdWireable
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Callback that wire triggers when it receives messaged
abstract fun onWireReceived(proto: IProtocol, ctx: SerializationCtx, buffer: AbstractBuffer, dispatchHelper: IRdWireableDispatchHelper)