returns a UUID unique for this member over all sessions. If the member crashes and restarts, the uniqueId will be different. @return byte[]
()
| 125 | * @return byte[] |
| 126 | */ |
| 127 | byte[] getUniqueId(); |
| 128 | |
| 129 | /** |
| 130 | * Return the payload associated with this member. |
no outgoing calls