RawExchange is given the raw connection to the broker and the Message is responsible for writing itself to the connection as well as reading the response.
(rw io.ReadWriter)
| 473 | // is responsible for writing itself to the connection as well as reading |
| 474 | // the response. |
| 475 | RawExchange(rw io.ReadWriter) (Message, error) |
| 476 | } |
| 477 | |
| 478 | // BrokerMessage is an extension of the Message interface implemented by some |