isRetained method
//// Indicate whether or not the message should be/was retained by the server.
\return true if the message should be, or was, retained by the server /
Implementation
bool isRetained() {
return retained;
}
//// Indicate whether or not the message should be/was retained by the server.
\return true if the message should be, or was, retained by the server /
bool isRetained() {
return retained;
}