addAccount

@MessageMapping(value = ["add"])
suspend fun addAccount(@Payload account: ByteArray, @DestinationVariable client: String): RSocketResponse

Deprecated in favor of registerAccount.