process

abstract fun process(exchange: M): R

Processes the given message exchange and returns a result.

Return

The result of processing

Parameters

exchange

The message exchange to process