*<Null safety>*
- @protected
void handleMessage (IncomingMessage message, OutgoingMessageSink respond) @protected
Decodes the given message and dispatches the decoded message to impl.
This function is called by this object whenever a message arrives over a bound channel.
Implementation
@protected
void handleMessage(IncomingMessage message, OutgoingMessageSink respond);