handleWithParsedPayload

abstract fun handleWithParsedPayload(payload: T)

This method is invoked after the payload is deserialized. The payload is already of type T and can be cast to it. This method should be implemented by the user.

Parameters

payload

the payload of type T

See also